Html Css Color HEX #476518 Green Leaf

📋 copy color: '#476518'

red 71 ◦ green 101 ◦ blue 24

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

Shades of Green Leaf #476518

Tints of Green Leaf #476518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.53%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 36.22%
G = 51.53%
B = 12.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#476518 (or 0x476518) is known color: Green Leaf. HEX triplet: 47, 65 and 18. RGB value is (71,101,24). Sum of RGB (Red+Green+Blue) = 71+101+24=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #476518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476518 is #B89AE7. Grayscale: #535353. Windows color (decimal): -12098280 or 1598791. OLE color: 1598791.

HSL color Cylindrical-coordinate representation of color #476518: hue angle of 83.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #476518 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 101 24 -
CMYK 0.30 0 0.76 0.60
HSL 83.38º 0.62% 0.25% -
HSV(B) 83.38º 0.76% 0.4% -
XYZ 7.42 10.71 2.54 -
YUV 83.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 71 101 24 0.30 0 0.76 0.60 83.38 0.62 0.25
Hex 47 65 18 1E 0 4C 3C 53 3E 19
Octal 107 145 30 36 0 114 74 123 76 31
Binary 1000111 1100101 11000 11110 0 1001100 111100 1010011 111110 11001

Color Harmonies of #476518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476518

Black with #476518

Text Example


Text Example

White with #476518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476518; }

 p { color: rgb(71,101,24); }

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

background-color css

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

 a { background-color: rgb(71,101,24); }

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

border-color css

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

 span { border-color: rgb(71,101,24); }

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