Html Css Color HEX #426036 Green House

📋 copy color: '#426036'

red 66 ◦ green 96 ◦ blue 54

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

Shades of Green House #426036

Tints of Green House #426036

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 value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#426036 (or 0x426036) is known color: 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

RGB 66 96 54 -
CMYK 0.31 0 0.44 0.62
HSL 102.86º 0.28% 0.29% -
HSV(B) 102.86º 0.44% 0.38% -
XYZ 7.1 9.79 5.01 -
YUV 82.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 66 96 54 0.31 0 0.44 0.62 102.86 0.28 0.29
Hex 42 60 36 1F 0 2C 3E 67 1C 1D
Octal 102 140 66 37 0 54 76 147 34 35
Binary 1000010 1100000 110110 11111 0 101100 111110 1100111 11100 11101

Color Harmonies of #426036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426036

Black with #426036

Text Example


Text Example

White with #426036

Text Example


Text Example

HTML Codes & Css Web 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>