#3F6033

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

Shades of Green House #3F6033

Tints of Green House #3F6033

Color information

#3F6033 (or 0x3F6033) is unknown color: approx Green House. HEX triplet: 3F, 60 and 33. RGB value is (63,96,51). Sum of RGB (Red+Green+Blue) = 63+96+51=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6033 is #C09FCC. Grayscale: #515151. Windows color (decimal): -12623821 or 3366975. OLE color: 3366975.

HSL color Cylindrical-coordinate representation of color #3F6033: hue angle of 104º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6033 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB639651-
CMYK0.3400.470.62
HSL104º30.61%28.82%-
HSV(B)104º46.88%37.65%-
XYZ6.839.664.64-
YUV81111.07115.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=30%
G=45.71%
B=24.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396510.3400.470.6210430.6128.82
Hex3F60332202F3E681f1d
Octal771406342057761503735
Binary1111111100000110011100010010111111111011010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,51); }

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

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

 a { background-color: rgb(63,96,51); }

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

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

 span { border-color: rgb(63,96,51); }

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