Html Css Color HEX #476D38 Green House

📋 copy color: '#476D38'

red 71 ◦ green 109 ◦ blue 56

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

Shades of Green House #476D38

Tints of Green House #476D38

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

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

R = 30.08%
G = 46.19%
B = 23.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#476D38 (or 0x476D38) is known color: Green House. HEX triplet: 47, 6D and 38. RGB value is (71,109,56). Sum of RGB (Red+Green+Blue) = 71+109+56=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #476D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D38 is #B892C7. Grayscale: #5B5B5B. Windows color (decimal): -12096200 or 3697991. OLE color: 3697991.

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

Color convert

RGB 71 109 56 -
CMYK 0.35 0 0.49 0.57
HSL 103.02º 0.32% 0.32% -
HSV(B) 103.02º 0.49% 0.43% -
XYZ 8.78 12.56 5.7 -
YUV 91.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 71 109 56 0.35 0 0.49 0.57 103.02 0.32 0.32
Hex 47 6D 38 23 0 31 39 67 20 20
Octal 107 155 70 43 0 61 71 147 40 40
Binary 1000111 1101101 111000 100011 0 110001 111001 1100111 100000 100000

Color Harmonies of #476D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D38

Black with #476D38

Text Example


Text Example

White with #476D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,109,56); }

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

background-color css

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

 a { background-color: rgb(71,109,56); }

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

border-color css

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

 span { border-color: rgb(71,109,56); }

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