Html Css Color HEX #427339 Green House

📋 copy color: '#427339'

red 66 ◦ green 115 ◦ blue 57

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

Shades of Green House #427339

Tints of Green House #427339

RGB

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

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

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

R = 27.73%
G = 48.32%
B = 23.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#427339 (or 0x427339) is known color: Green House. HEX triplet: 42, 73 and 39. RGB value is (66,115,57). Sum of RGB (Red+Green+Blue) = 66+115+57=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #427339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427339 is #BD8CC6. Grayscale: #5D5D5D. Windows color (decimal): -12422343 or 3765058. OLE color: 3765058.

HSL color Cylindrical-coordinate representation of color #427339: hue angle of 110.69º degrees, saturation: 0.34, 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 #427339 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 57 -
CMYK 0.43 0 0.50 0.55
HSL 110.69º 0.34% 0.34% -
HSV(B) 110.69º 0.5% 0.45% -
XYZ 9.12 13.72 6.04 -
YUV 93.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 66 115 57 0.43 0 0.50 0.55 110.69 0.34 0.34
Hex 42 73 39 2B 0 32 37 6F 22 22
Octal 102 163 71 53 0 62 67 157 42 42
Binary 1000010 1110011 111001 101011 0 110010 110111 1101111 100010 100010

Color Harmonies of #427339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427339

Black with #427339

Text Example


Text Example

White with #427339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427339; }

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

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

background-color css

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

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

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

border-color css

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

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

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