Html Css Color HEX #416714 Green Leaf

📋 copy color: '#416714'

red 65 ◦ green 103 ◦ blue 20

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

Shades of Green Leaf #416714

Tints of Green Leaf #416714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.79%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 34.57%
G = 54.79%
B = 10.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#416714 (or 0x416714) is known color: Green Leaf. HEX triplet: 41, 67 and 14. RGB value is (65,103,20). Sum of RGB (Red+Green+Blue) = 65+103+20=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #416714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416714 is #BE98EB. Grayscale: #525252. Windows color (decimal): -12490988 or 1337153. OLE color: 1337153.

HSL color Cylindrical-coordinate representation of color #416714: hue angle of 87.47º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #416714 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 20 -
CMYK 0.37 0 0.81 0.60
HSL 87.47º 0.67% 0.24% -
HSV(B) 87.47º 0.81% 0.4% -
XYZ 7.16 10.87 2.38 -
YUV 82.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 65 103 20 0.37 0 0.81 0.60 87.47 0.67 0.24
Hex 41 67 14 25 0 51 3C 57 43 18
Octal 101 147 24 45 0 121 74 127 103 30
Binary 1000001 1100111 10100 100101 0 1010001 111100 1010111 1000011 11000

Color Harmonies of #416714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416714

Black with #416714

Text Example


Text Example

White with #416714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416714; }

 p { color: rgb(65,103,20); }

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

background-color css

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

 a { background-color: rgb(65,103,20); }

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

border-color css

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

 span { border-color: rgb(65,103,20); }

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