#3F6932

Color #3F6932 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #3F6932

Tints of Green House #3F6932

Color information

#3F6932 (or 0x3F6932) is unknown color: approx Green House. HEX triplet: 3F, 69 and 32. RGB value is (63,105,50). Sum of RGB (Red+Green+Blue) = 63+105+50=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6932 is #C096CD. Grayscale: #565656. Windows color (decimal): -12621518 or 3303743. OLE color: 3303743.

HSL color Cylindrical-coordinate representation of color #3F6932: hue angle of 105.82º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6932 is Cyan = 0.4, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB6310550-
CMYK0.400.520.59
HSL105.82º35.48%30.39%-
HSV(B)105.82º52.38%41.18%-
XYZ7.6811.394.81-
YUV86.17107.59111.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=28.90%
G=48.17%
B=22.94%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63105500.400.520.59105.8235.4830.39
Hex3F6932280343B6a231e
Octal771516250064731524336
Binary11111111010011100101010000110100111011110101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6932; }

 p { color: rgb(63,105,50); }

 H1.HeaderClassName
 {
   color: #3F6932;
 }
 .AnyTagClassName
 {
   color: #3F6932;
 }
</style>
background-color css

<style>
 a { background-color: #3F6932; }

 a { background-color: rgb(63,105,50); }

 div.DivClassName
 {
   background-color: #3F6932;
 }
 .BgClassName
 {
   background-color: #3F6932;
 }
</style>
border-color css

<style>
 span { border-color: #3F6932; }

 span { border-color: rgb(63,105,50); }

 td.TdClassName
 {
   border-color: #3F6932;
 }
 .TagClassName
 {
   border-color: #3F6932;
 }
</style>