Html Css Color HEX #475E3C Green House

📋 copy color: '#475E3C'

red 71 ◦ green 94 ◦ blue 60

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

Shades of Green House #475E3C

Tints of Green House #475E3C

RGB

 RED value IS 71 (28.13% from 255) = 31.56%

 GREEN value IS 94 (37.11% from 255) = 41.78%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 31.56%
G = 41.78%
B = 26.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#475E3C (or 0x475E3C) is known color: Green House. HEX triplet: 47, 5E and 3C. RGB value is (71,94,60). Sum of RGB (Red+Green+Blue) = 71+94+60=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #475E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E3C is #B8A1C3. Grayscale: #535353. Windows color (decimal): -12100036 or 3956295. OLE color: 3956295.

HSL color Cylindrical-coordinate representation of color #475E3C: hue angle of 100.59º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #475E3C is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 94 60 -
CMYK 0.24 0 0.36 0.63
HSL 100.59º 0.22% 0.3% -
HSV(B) 100.59º 0.36% 0.37% -
XYZ 7.42 9.67 5.75 -
YUV 83.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 71 94 60 0.24 0 0.36 0.63 100.59 0.22 0.3
Hex 47 5E 3C 18 0 24 3F 65 16 1E
Octal 107 136 74 30 0 44 77 145 26 36
Binary 1000111 1011110 111100 11000 0 100100 111111 1100101 10110 11110

Color Harmonies of #475E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E3C

Black with #475E3C

Text Example


Text Example

White with #475E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475E3C; }

 p { color: rgb(71,94,60); }

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

background-color css

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

 a { background-color: rgb(71,94,60); }

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

border-color css

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

 span { border-color: rgb(71,94,60); }

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