#426135

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

Shades of Green House #426135

Tints of Green House #426135

Color information

#426135 (or 0x426135) is unknown color: approx Green House. HEX triplet: 42, 61 and 35. RGB value is (66,97,53). Sum of RGB (Red+Green+Blue) = 66+97+53=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #426135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426135 is #BD9ECA. Grayscale: #525252. Windows color (decimal): -12426955 or 3498306. OLE color: 3498306.

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

Color convert

RGB669753-
CMYK0.3200.450.62
HSL102.27º29.33%29.41%-
HSV(B)102.27º45.36%38.04%-
XYZ7.169.964.91-
YUV82.72111.23116.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=30.56%
G=44.91%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697530.3200.450.62102.2729.3329.41
Hex4261352002D3E661d1d
Octal1021416540055761463535
Binary10000101100001110101100000010110111111011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426135; }

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

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

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

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

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

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

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

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