#426036

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

Shades of Green House #426036

Tints of Green House #426036

Color information

#426036 (or 0x426036) is unknown color: approx Green House. HEX triplet: 42, 60 and 36. RGB value is (66,96,54). Sum of RGB (Red+Green+Blue) = 66+96+54=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #426036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426036 is #BD9FC9. Grayscale: #525252. Windows color (decimal): -12427210 or 3563586. OLE color: 3563586.

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

Color convert

RGB669654-
CMYK0.3100.440.62
HSL102.86º28%29.41%-
HSV(B)102.86º43.75%37.65%-
XYZ7.19.795.01-
YUV82.24112.06116.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 54 (21.48% from 255) = 25%
R=30.56%
G=44.44%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696540.3100.440.62102.862829.41
Hex4260361F02C3E671c1d
Octal1021406637054761473435
Binary1000010110000011011011111010110011111011001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426036; }

 p { color: rgb(66,96,54); }

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

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

 a { background-color: rgb(66,96,54); }

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

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

 span { border-color: rgb(66,96,54); }

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