#426133

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

Shades of Green House #426133

Tints of Green House #426133

Color information

#426133 (or 0x426133) is unknown color: approx Green House. HEX triplet: 42, 61 and 33. RGB value is (66,97,51). Sum of RGB (Red+Green+Blue) = 66+97+51=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #426133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426133 is #BD9ECC. Grayscale: #525252. Windows color (decimal): -12426957 or 3367234. OLE color: 3367234.

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

Color convert

RGB669751-
CMYK0.3200.470.62
HSL100.43º31.08%29.02%-
HSV(B)100.43º47.42%38.04%-
XYZ7.129.954.68-
YUV82.49110.23116.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=30.84%
G=45.33%
B=23.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697510.3200.470.62100.4331.0829.02
Hex4261332002F3E641f1d
Octal1021416340057761443735
Binary10000101100001110011100000010111111111011001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426133; }

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

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

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

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

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

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

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

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