#3F6234

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

Shades of Green House #3F6234

Tints of Green House #3F6234

Color information

#3F6234 (or 0x3F6234) is unknown color: approx Green House. HEX triplet: 3F, 62 and 34. RGB value is (63,98,52). Sum of RGB (Red+Green+Blue) = 63+98+52=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6234 is #C09DCB. Grayscale: #525252. Windows color (decimal): -12623308 or 3433023. OLE color: 3433023.

HSL color Cylindrical-coordinate representation of color #3F6234: hue angle of 105.65º 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 #3F6234 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB639852-
CMYK0.3600.470.62
HSL105.65º30.67%29.41%-
HSV(B)105.65º46.94%38.43%-
XYZ7.0410.044.82-
YUV82.29110.9114.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=29.58%
G=46.01%
B=24.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398520.3600.470.62105.6530.6729.41
Hex3F62342402F3E6a1f1d
Octal771426444057761523735
Binary1111111100010110100100100010111111111011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,52); }

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

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

 a { background-color: rgb(63,98,52); }

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

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

 span { border-color: rgb(63,98,52); }

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