Html Css Color HEX #427332 Green House

📋 copy color: '#427332'

red 66 ◦ green 115 ◦ blue 50

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

Shades of Green House #427332

Tints of Green House #427332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 28.57%
G = 49.78%
B = 21.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#427332 (or 0x427332) is known color: Green House. HEX triplet: 42, 73 and 32. RGB value is (66,115,50). Sum of RGB (Red+Green+Blue) = 66+115+50=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #427332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427332 is #BD8CCD. Grayscale: #5D5D5D. Windows color (decimal): -12422350 or 3306306. OLE color: 3306306.

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

Color convert

RGB 66 115 50 -
CMYK 0.43 0 0.57 0.55
HSL 105.23º 0.39% 0.32% -
HSV(B) 105.23º 0.57% 0.45% -
XYZ 8.95 13.65 5.18 -
YUV 92.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 66 115 50 0.43 0 0.57 0.55 105.23 0.39 0.32
Hex 42 73 32 2B 0 39 37 69 27 20
Octal 102 163 62 53 0 71 67 151 47 40
Binary 1000010 1110011 110010 101011 0 111001 110111 1101001 100111 100000

Color Harmonies of #427332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427332

Black with #427332

Text Example


Text Example

White with #427332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427332; }

 p { color: rgb(66,115,50); }

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

background-color css

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

 a { background-color: rgb(66,115,50); }

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

border-color css

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

 span { border-color: rgb(66,115,50); }

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