Html Css Color HEX #416B13 Green Leaf

📋 copy color: '#416B13'

red 65 ◦ green 107 ◦ blue 19

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

Shades of Green Leaf #416B13

Tints of Green Leaf #416B13

RGB

 RED value IS 65 (25.78% from 255) = 34.03%

 GREEN value IS 107 (42.19% from 255) = 56.02%

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

R = 34.03%
G = 56.02%
B = 9.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#416B13 (or 0x416B13) is known color: Green Leaf. HEX triplet: 41, 6B and 13. RGB value is (65,107,19). Sum of RGB (Red+Green+Blue) = 65+107+19=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #416B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416B13 is #BE94EC. Grayscale: #545454. Windows color (decimal): -12489965 or 1272641. OLE color: 1272641.

HSL color Cylindrical-coordinate representation of color #416B13: hue angle of 88.64º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #416B13 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 107 19 -
CMYK 0.39 0 0.82 0.58
HSL 88.64º 0.7% 0.25% -
HSV(B) 88.64º 0.82% 0.42% -
XYZ 7.56 11.69 2.47 -
YUV 84.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 65 107 19 0.39 0 0.82 0.58 88.64 0.7 0.25
Hex 41 6B 13 27 0 52 3A 59 46 19
Octal 101 153 23 47 0 122 72 131 106 31
Binary 1000001 1101011 10011 100111 0 1010010 111010 1011001 1000110 11001

Color Harmonies of #416B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B13

Black with #416B13

Text Example


Text Example

White with #416B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416B13; }

 p { color: rgb(65,107,19); }

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

background-color css

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

 a { background-color: rgb(65,107,19); }

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

border-color css

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

 span { border-color: rgb(65,107,19); }

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