Html Css Color HEX #427039 Green House

📋 copy color: '#427039'

red 66 ◦ green 112 ◦ blue 57

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

Shades of Green House #427039

Tints of Green House #427039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 28.09%
G = 47.66%
B = 24.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#427039 (or 0x427039) is known color: Green House. HEX triplet: 42, 70 and 39. RGB value is (66,112,57). Sum of RGB (Red+Green+Blue) = 66+112+57=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #427039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427039 is #BD8FC6. Grayscale: #5C5C5C. Windows color (decimal): -12423111 or 3764290. OLE color: 3764290.

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

Color convert

RGB 66 112 57 -
CMYK 0.41 0 0.49 0.56
HSL 110.18º 0.33% 0.33% -
HSV(B) 110.18º 0.49% 0.44% -
XYZ 8.78 13.04 5.93 -
YUV 91.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 66 112 57 0.41 0 0.49 0.56 110.18 0.33 0.33
Hex 42 70 39 29 0 31 38 6E 21 21
Octal 102 160 71 51 0 61 70 156 41 41
Binary 1000010 1110000 111001 101001 0 110001 111000 1101110 100001 100001

Color Harmonies of #427039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427039

Black with #427039

Text Example


Text Example

White with #427039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427039; }

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

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

background-color css

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

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

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

border-color css

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

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

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