#42613B

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

Shades of Green House #42613B

Tints of Green House #42613B

Color information

#42613B (or 0x42613B) is unknown color: approx Green House. HEX triplet: 42, 61 and 3B. RGB value is (66,97,59). Sum of RGB (Red+Green+Blue) = 66+97+59=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #42613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613B is #BD9EC4. Grayscale: #535353. Windows color (decimal): -12426949 or 3891522. OLE color: 3891522.

HSL color Cylindrical-coordinate representation of color #42613B: hue angle of 108.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42613B is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB669759-
CMYK0.3200.390.62
HSL108.95º24.36%30.59%-
HSV(B)108.95º39.18%38.04%-
XYZ7.3110.025.69-
YUV83.4114.23115.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=29.73%
G=43.69%
B=26.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697590.3200.390.62108.9524.3630.59
Hex42613B200273E6d181f
Octal1021417340047761553037
Binary10000101100001111011100000010011111111011011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42613B; }

 p { color: rgb(66,97,59); }

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

<style>
 a { background-color: #42613B; }

 a { background-color: rgb(66,97,59); }

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

<style>
 span { border-color: #42613B; }

 span { border-color: rgb(66,97,59); }

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