#3D602F

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

Shades of Green House #3D602F

Tints of Green House #3D602F

Color information

#3D602F (or 0x3D602F) is unknown color: approx Green House. HEX triplet: 3D, 60 and 2F. RGB value is (61,96,47). Sum of RGB (Red+Green+Blue) = 61+96+47=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #3D602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D602F is #C29FD0. Grayscale: #505050. Windows color (decimal): -12754897 or 3104829. OLE color: 3104829.

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

Color convert

RGB619647-
CMYK0.3600.510.62
HSL102.86º34.27%28.04%-
HSV(B)102.86º51.04%37.65%-
XYZ6.629.564.19-
YUV79.95109.4114.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=29.90%
G=47.06%
B=23.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196470.3600.510.62102.8634.2728.04
Hex3D602F240333E67221c
Octal751405744063761474234
Binary11110111000001011111001000110011111110110011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,47); }

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

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

 a { background-color: rgb(61,96,47); }

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

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

 span { border-color: rgb(61,96,47); }

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