#42613C

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

Shades of Green House #42613C

Tints of Green House #42613C

Color information

#42613C (or 0x42613C) is unknown color: approx Green House. HEX triplet: 42, 61 and 3C. RGB value is (66,97,60). Sum of RGB (Red+Green+Blue) = 66+97+60=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #42613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613C is #BD9EC3. Grayscale: #535353. Windows color (decimal): -12426948 or 3957058. OLE color: 3957058.

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

Color convert

RGB669760-
CMYK0.3200.380.62
HSL110.27º23.57%30.78%-
HSV(B)110.27º38.14%38.04%-
XYZ7.3410.035.82-
YUV83.51114.73115.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=29.60%
G=43.50%
B=26.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697600.3200.380.62110.2723.5730.78
Hex42613C200263E6e181f
Octal1021417440046761563037
Binary10000101100001111100100000010011011111011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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