Html Css Color HEX #427031 Green House

📋 copy color: '#427031'

red 66 ◦ green 112 ◦ blue 49

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

Shades of Green House #427031

Tints of Green House #427031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 29.07%
G = 49.34%
B = 21.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#427031 (or 0x427031) is known color: Green House. HEX triplet: 42, 70 and 31. RGB value is (66,112,49). Sum of RGB (Red+Green+Blue) = 66+112+49=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #427031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427031 is #BD8FCE. Grayscale: #5B5B5B. Windows color (decimal): -12423119 or 3240002. OLE color: 3240002.

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

Color convert

RGB 66 112 49 -
CMYK 0.41 0 0.56 0.56
HSL 103.81º 0.39% 0.32% -
HSV(B) 103.81º 0.56% 0.44% -
XYZ 8.6 12.97 4.96 -
YUV 91.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 66 112 49 0.41 0 0.56 0.56 103.81 0.39 0.32
Hex 42 70 31 29 0 38 38 68 27 20
Octal 102 160 61 51 0 70 70 150 47 40
Binary 1000010 1110000 110001 101001 0 111000 111000 1101000 100111 100000

Color Harmonies of #427031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427031

Black with #427031

Text Example


Text Example

White with #427031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427031; }

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

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

background-color css

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

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

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

border-color css

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

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

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