#426F32

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

Shades of Green House #426F32

Tints of Green House #426F32

Color information

#426F32 (or 0x426F32) is unknown color: approx Green House. HEX triplet: 42, 6F and 32. RGB value is (66,111,50). Sum of RGB (Red+Green+Blue) = 66+111+50=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #426F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F32 is #BD90CD. Grayscale: #5A5A5A. Windows color (decimal): -12423374 or 3305282. OLE color: 3305282.

HSL color Cylindrical-coordinate representation of color #426F32: hue angle of 104.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426F32 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB6611150-
CMYK0.4100.550.56
HSL104.26º37.89%31.57%-
HSV(B)104.26º54.95%43.53%-
XYZ8.5112.765.03-
YUV90.59105.09110.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=29.07%
G=48.90%
B=22.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66111500.4100.550.56104.2637.8931.57
Hex426F322903738682620
Octal1021576251067701504640
Binary1000010110111111001010100101101111110001101000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426F32; }

 p { color: rgb(66,111,50); }

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

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

 a { background-color: rgb(66,111,50); }

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

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

 span { border-color: rgb(66,111,50); }

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