Html Css Color HEX #427038 Green House

📋 copy color: '#427038'

red 66 ◦ green 112 ◦ blue 56

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

Shades of Green House #427038

Tints of Green House #427038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 28.21%
G = 47.86%
B = 23.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#427038 (or 0x427038) is known color: Green House. HEX triplet: 42, 70 and 38. RGB value is (66,112,56). Sum of RGB (Red+Green+Blue) = 66+112+56=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #427038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427038 is #BD8FC7. Grayscale: #5C5C5C. Windows color (decimal): -12423112 or 3698754. OLE color: 3698754.

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

Color convert

RGB 66 112 56 -
CMYK 0.41 0 0.50 0.56
HSL 109.29º 0.33% 0.33% -
HSV(B) 109.29º 0.5% 0.44% -
XYZ 8.75 13.03 5.8 -
YUV 91.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 66 112 56 0.41 0 0.50 0.56 109.29 0.33 0.33
Hex 42 70 38 29 0 32 38 6D 21 21
Octal 102 160 70 51 0 62 70 155 41 41
Binary 1000010 1110000 111000 101001 0 110010 111000 1101101 100001 100001

Color Harmonies of #427038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427038

Black with #427038

Text Example


Text Example

White with #427038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427038; }

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

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

background-color css

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

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

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

border-color css

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

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

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