Html Css Color HEX #476A1C Green Leaf

📋 copy color: '#476A1C'

red 71 ◦ green 106 ◦ blue 28

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

Shades of Green Leaf #476A1C

Tints of Green Leaf #476A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.71%

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 34.63%
G = 51.71%
B = 13.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#476A1C (or 0x476A1C) is known color: Green Leaf. HEX triplet: 47, 6A and 1C. RGB value is (71,106,28). Sum of RGB (Red+Green+Blue) = 71+106+28=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #476A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A1C is #B895E3. Grayscale: #565656. Windows color (decimal): -12096996 or 1862215. OLE color: 1862215.

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

Color convert

RGB 71 106 28 -
CMYK 0.33 0 0.74 0.58
HSL 86.92º 0.58% 0.26% -
HSV(B) 86.92º 0.74% 0.42% -
XYZ 7.96 11.73 2.94 -
YUV 86.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 71 106 28 0.33 0 0.74 0.58 86.92 0.58 0.26
Hex 47 6A 1C 21 0 4A 3A 57 3A 1A
Octal 107 152 34 41 0 112 72 127 72 32
Binary 1000111 1101010 11100 100001 0 1001010 111010 1010111 111010 11010

Color Harmonies of #476A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A1C

Black with #476A1C

Text Example


Text Example

White with #476A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,28); }

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

background-color css

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

 a { background-color: rgb(71,106,28); }

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

border-color css

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

 span { border-color: rgb(71,106,28); }

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