Html Css Color HEX #427131 Green House

📋 copy color: '#427131'

red 66 ◦ green 113 ◦ blue 49

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

Shades of Green House #427131

Tints of Green House #427131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 28.95%
G = 49.56%
B = 21.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#427131 (or 0x427131) is known color: Green House. HEX triplet: 42, 71 and 31. RGB value is (66,113,49). Sum of RGB (Red+Green+Blue) = 66+113+49=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #427131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427131 is #BD8ECE. Grayscale: #5B5B5B. Windows color (decimal): -12422863 or 3240258. OLE color: 3240258.

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

Color convert

RGB 66 113 49 -
CMYK 0.42 0 0.57 0.56
HSL 104.06º 0.4% 0.32% -
HSV(B) 104.06º 0.57% 0.44% -
XYZ 8.71 13.19 4.99 -
YUV 91.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 66 113 49 0.42 0 0.57 0.56 104.06 0.4 0.32
Hex 42 71 31 2A 0 39 38 68 28 20
Octal 102 161 61 52 0 71 70 150 50 40
Binary 1000010 1110001 110001 101010 0 111001 111000 1101000 101000 100000

Color Harmonies of #427131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427131

Black with #427131

Text Example


Text Example

White with #427131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427131; }

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

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

background-color css

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

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

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

border-color css

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

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

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