#42613A

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

Shades of Green House #42613A

Tints of Green House #42613A

Color information

#42613A (or 0x42613A) is unknown color: approx Green House. HEX triplet: 42, 61 and 3A. RGB value is (66,97,58). Sum of RGB (Red+Green+Blue) = 66+97+58=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #42613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613A is #BD9EC5. Grayscale: #535353. Windows color (decimal): -12426950 or 3825986. OLE color: 3825986.

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

Color convert

RGB669758-
CMYK0.3200.400.62
HSL107.69º25.16%30.39%-
HSV(B)107.69º40.21%38.04%-
XYZ7.2910.015.55-
YUV83.28113.73115.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=29.86%
G=43.89%
B=26.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697580.3200.400.62107.6925.1630.39
Hex42613A200283E6c191e
Octal1021417240050761543136
Binary10000101100001111010100000010100011111011011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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