Html Css Color HEX #426E32 Green House

📋 copy color: '#426E32'

red 66 ◦ green 110 ◦ blue 50

#426E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #426E32

Tints of Green House #426E32

RGB

 RED value IS 66 (26.17% from 255) = 29.2%

 GREEN value IS 110 (43.36% from 255) = 48.67%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 29.2%
G = 48.67%
B = 22.12%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#426E32 (or 0x426E32) is known color: Green House. HEX triplet: 42, 6E and 32. RGB value is (66,110,50). Sum of RGB (Red+Green+Blue) = 66+110+50=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #426E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E32 is #BD91CD. Grayscale: #5A5A5A. Windows color (decimal): -12423630 or 3305026. OLE color: 3305026.

HSL color Cylindrical-coordinate representation of color #426E32: hue angle of 104º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426E32 is Cyan = 0.4, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 110 50 -
CMYK 0.4 0 0.55 0.57
HSL 104º 0.38% 0.31% -
HSV(B) 104º 0.55% 0.43% -
XYZ 8.4 12.54 5 -
YUV 90 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 66 110 50 0.4 0 0.55 0.57 104 0.38 0.31
Hex 42 6E 32 28 0 37 39 68 26 1F
Octal 102 156 62 50 0 67 71 150 46 37
Binary 1000010 1101110 110010 101000 0 110111 111001 1101000 100110 11111

Color Harmonies of #426E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E32

Black with #426E32

Text Example


Text Example

White with #426E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #426E32;
 }
 .AnyTagClassName
 {
   color: #426E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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