Html Css Color HEX #427034 Green House

📋 copy color: '#427034'

red 66 ◦ green 112 ◦ blue 52

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

Shades of Green House #427034

Tints of Green House #427034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 28.7%
G = 48.7%
B = 22.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#427034 (or 0x427034) is known color: Green House. HEX triplet: 42, 70 and 34. RGB value is (66,112,52). Sum of RGB (Red+Green+Blue) = 66+112+52=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #427034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427034 is #BD8FCB. Grayscale: #5B5B5B. Windows color (decimal): -12423116 or 3436610. OLE color: 3436610.

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

Color convert

RGB 66 112 52 -
CMYK 0.41 0 0.54 0.56
HSL 106º 0.37% 0.32% -
HSV(B) 106º 0.54% 0.44% -
XYZ 8.66 12.99 5.3 -
YUV 91.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 66 112 52 0.41 0 0.54 0.56 106 0.37 0.32
Hex 42 70 34 29 0 36 38 6A 25 20
Octal 102 160 64 51 0 66 70 152 45 40
Binary 1000010 1110000 110100 101001 0 110110 111000 1101010 100101 100000

Color Harmonies of #427034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427034

Black with #427034

Text Example


Text Example

White with #427034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427034; }

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

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

background-color css

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

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

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

border-color css

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

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

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