Html Css Color HEX #427437 Green House

📋 copy color: '#427437'

red 66 ◦ green 116 ◦ blue 55

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

Shades of Green House #427437

Tints of Green House #427437

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 27.85%
G = 48.95%
B = 23.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#427437 (or 0x427437) is known color: Green House. HEX triplet: 42, 74 and 37. RGB value is (66,116,55). Sum of RGB (Red+Green+Blue) = 66+116+55=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #427437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427437 is #BD8BC8. Grayscale: #5E5E5E. Windows color (decimal): -12422089 or 3634242. OLE color: 3634242.

HSL color Cylindrical-coordinate representation of color #427437: hue angle of 109.18º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427437 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 55 -
CMYK 0.43 0 0.53 0.55
HSL 109.18º 0.36% 0.34% -
HSV(B) 109.18º 0.53% 0.45% -
XYZ 9.18 13.92 5.82 -
YUV 94.1 105.94 107.96 -
System Red Green Blue C M Y K H S L
Decimal 66 116 55 0.43 0 0.53 0.55 109.18 0.36 0.34
Hex 42 74 37 2B 0 35 37 6D 24 22
Octal 102 164 67 53 0 65 67 155 44 42
Binary 1000010 1110100 110111 101011 0 110101 110111 1101101 100100 100010

Color Harmonies of #427437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427437

Black with #427437

Text Example


Text Example

White with #427437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427437; }

 p { color: rgb(66,116,55); }

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

background-color css

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

 a { background-color: rgb(66,116,55); }

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

border-color css

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

 span { border-color: rgb(66,116,55); }

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