Html Css Color HEX #476F13 Green Leaf

📋 copy color: '#476F13'

red 71 ◦ green 111 ◦ blue 19

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

Shades of Green Leaf #476F13

Tints of Green Leaf #476F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 35.32%
G = 55.22%
B = 9.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#476F13 (or 0x476F13) is known color: Green Leaf. HEX triplet: 47, 6F and 13. RGB value is (71,111,19). Sum of RGB (Red+Green+Blue) = 71+111+19=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #476F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476F13 is #B890EC. Grayscale: #585858. Windows color (decimal): -12095725 or 1273671. OLE color: 1273671.

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

Color convert

RGB 71 111 19 -
CMYK 0.36 0 0.83 0.56
HSL 86.09º 0.71% 0.25% -
HSV(B) 86.09º 0.83% 0.44% -
XYZ 8.4 12.76 2.64 -
YUV 88.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 71 111 19 0.36 0 0.83 0.56 86.09 0.71 0.25
Hex 47 6F 13 24 0 53 38 56 47 19
Octal 107 157 23 44 0 123 70 126 107 31
Binary 1000111 1101111 10011 100100 0 1010011 111000 1010110 1000111 11001

Color Harmonies of #476F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F13

Black with #476F13

Text Example


Text Example

White with #476F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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