Html Css Color HEX #427036 Green House

📋 copy color: '#427036'

red 66 ◦ green 112 ◦ blue 54

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

Shades of Green House #427036

Tints of Green House #427036

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 28.45%
G = 48.28%
B = 23.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#427036 (or 0x427036) is known color: Green House. HEX triplet: 42, 70 and 36. RGB value is (66,112,54). Sum of RGB (Red+Green+Blue) = 66+112+54=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #427036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427036 is #BD8FC9. Grayscale: #5B5B5B. Windows color (decimal): -12423114 or 3567682. OLE color: 3567682.

HSL color Cylindrical-coordinate representation of color #427036: hue angle of 107.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #427036 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 54 -
CMYK 0.41 0 0.52 0.56
HSL 107.59º 0.35% 0.33% -
HSV(B) 107.59º 0.52% 0.44% -
XYZ 8.71 13.01 5.54 -
YUV 91.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 66 112 54 0.41 0 0.52 0.56 107.59 0.35 0.33
Hex 42 70 36 29 0 34 38 6C 23 21
Octal 102 160 66 51 0 64 70 154 43 41
Binary 1000010 1110000 110110 101001 0 110100 111000 1101100 100011 100001

Color Harmonies of #427036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427036

Black with #427036

Text Example


Text Example

White with #427036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427036; }

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

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

background-color css

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

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

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

border-color css

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

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

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