Html Css Color HEX #427239 Green House

📋 copy color: '#427239'

red 66 ◦ green 114 ◦ blue 57

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

Shades of Green House #427239

Tints of Green House #427239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 27.85%
G = 48.1%
B = 24.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#427239 (or 0x427239) is known color: Green House. HEX triplet: 42, 72 and 39. RGB value is (66,114,57). Sum of RGB (Red+Green+Blue) = 66+114+57=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #427239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427239 is #BD8DC6. Grayscale: #5D5D5D. Windows color (decimal): -12422599 or 3764802. OLE color: 3764802.

HSL color Cylindrical-coordinate representation of color #427239: hue angle of 110.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427239 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 57 -
CMYK 0.42 0 0.50 0.55
HSL 110.53º 0.33% 0.34% -
HSV(B) 110.53º 0.5% 0.45% -
XYZ 9 13.49 6 -
YUV 93.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 66 114 57 0.42 0 0.50 0.55 110.53 0.33 0.34
Hex 42 72 39 2A 0 32 37 6F 21 22
Octal 102 162 71 52 0 62 67 157 41 42
Binary 1000010 1110010 111001 101010 0 110010 110111 1101111 100001 100010

Color Harmonies of #427239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427239

Black with #427239

Text Example


Text Example

White with #427239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427239; }

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

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

background-color css

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

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

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

border-color css

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

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

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