Html Css Color HEX #476C3C Green House

📋 copy color: '#476C3C'

red 71 ◦ green 108 ◦ blue 60

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

Shades of Green House #476C3C

Tints of Green House #476C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.19%

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

R = 29.71%
G = 45.19%
B = 25.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#476C3C (or 0x476C3C) is known color: Green House. HEX triplet: 47, 6C and 3C. RGB value is (71,108,60). Sum of RGB (Red+Green+Blue) = 71+108+60=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #476C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C3C is #B893C3. Grayscale: #5B5B5B. Windows color (decimal): -12096452 or 3959879. OLE color: 3959879.

HSL color Cylindrical-coordinate representation of color #476C3C: hue angle of 106.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476C3C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 60 -
CMYK 0.34 0 0.44 0.58
HSL 106.25º 0.29% 0.33% -
HSV(B) 106.25º 0.44% 0.42% -
XYZ 8.78 12.39 6.2 -
YUV 91.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 71 108 60 0.34 0 0.44 0.58 106.25 0.29 0.33
Hex 47 6C 3C 22 0 2C 3A 6A 1D 21
Octal 107 154 74 42 0 54 72 152 35 41
Binary 1000111 1101100 111100 100010 0 101100 111010 1101010 11101 100001

Color Harmonies of #476C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C3C

Black with #476C3C

Text Example


Text Example

White with #476C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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