Html Css Color HEX #476F0F Green Leaf

📋 copy color: '#476F0F'

red 71 ◦ green 111 ◦ blue 15

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

Shades of Green Leaf #476F0F

Tints of Green Leaf #476F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 36.04%
G = 56.35%
B = 7.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#476F0F (or 0x476F0F) is known color: Green Leaf. HEX triplet: 47, 6F and 0F. RGB value is (71,111,15). Sum of RGB (Red+Green+Blue) = 71+111+15=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #476F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476F0F is #B890F0. Grayscale: #585858. Windows color (decimal): -12095729 or 1011527. OLE color: 1011527.

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

Color convert

RGB 71 111 15 -
CMYK 0.36 0 0.86 0.56
HSL 85º 0.76% 0.25% -
HSV(B) 85º 0.86% 0.44% -
XYZ 8.37 12.74 2.47 -
YUV 88.1 86.75 115.81 -
System Red Green Blue C M Y K H S L
Decimal 71 111 15 0.36 0 0.86 0.56 85 0.76 0.25
Hex 47 6F F 24 0 56 38 55 4C 19
Octal 107 157 17 44 0 126 70 125 114 31
Binary 1000111 1101111 1111 100100 0 1010110 111000 1010101 1001100 11001

Color Harmonies of #476F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F0F

Black with #476F0F

Text Example


Text Example

White with #476F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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