Html Css Color HEX #476F15 Green Leaf

📋 copy color: '#476F15'

red 71 ◦ green 111 ◦ blue 21

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

Shades of Green Leaf #476F15

Tints of Green Leaf #476F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 54.68%

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 34.98%
G = 54.68%
B = 10.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#476F15 (or 0x476F15) is known color: Green Leaf. HEX triplet: 47, 6F and 15. RGB value is (71,111,21). Sum of RGB (Red+Green+Blue) = 71+111+21=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #476F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476F15 is #B890EA. Grayscale: #595959. Windows color (decimal): -12095723 or 1404743. OLE color: 1404743.

HSL color Cylindrical-coordinate representation of color #476F15: hue angle of 86.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #476F15 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 21 -
CMYK 0.36 0 0.81 0.56
HSL 86.67º 0.68% 0.26% -
HSV(B) 86.67º 0.81% 0.44% -
XYZ 8.42 12.76 2.73 -
YUV 88.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 71 111 21 0.36 0 0.81 0.56 86.67 0.68 0.26
Hex 47 6F 15 24 0 51 38 57 44 1A
Octal 107 157 25 44 0 121 70 127 104 32
Binary 1000111 1101111 10101 100100 0 1010001 111000 1010111 1000100 11010

Color Harmonies of #476F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F15

Black with #476F15

Text Example


Text Example

White with #476F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,21); }

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

background-color css

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

 a { background-color: rgb(71,111,21); }

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

border-color css

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

 span { border-color: rgb(71,111,21); }

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