Html Css Color HEX #416613 Verdun Green

📋 copy color: '#416613'

red 65 ◦ green 102 ◦ blue 19

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

Shades of Verdun Green #416613

Tints of Verdun Green #416613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.84%

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

R = 34.95%
G = 54.84%
B = 10.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#416613 (or 0x416613) is known color: Verdun Green. HEX triplet: 41, 66 and 13. RGB value is (65,102,19). Sum of RGB (Red+Green+Blue) = 65+102+19=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #416613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416613 is #BE99EC. Grayscale: #515151. Windows color (decimal): -12491245 or 1271361. OLE color: 1271361.

HSL color Cylindrical-coordinate representation of color #416613: hue angle of 86.75º degrees, saturation: 0.69, 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 #416613 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 19 -
CMYK 0.36 0 0.81 0.6
HSL 86.75º 0.69% 0.24% -
HSV(B) 86.75º 0.81% 0.4% -
XYZ 7.05 10.67 2.3 -
YUV 81.48 92.74 116.25 -
System Red Green Blue C M Y K H S L
Decimal 65 102 19 0.36 0 0.81 0.6 86.75 0.69 0.24
Hex 41 66 13 24 0 51 3C 57 45 18
Octal 101 146 23 44 0 121 74 127 105 30
Binary 1000001 1100110 10011 100100 0 1010001 111100 1010111 1000101 11000

Color Harmonies of #416613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416613

Black with #416613

Text Example


Text Example

White with #416613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416613; }

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

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

background-color css

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

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

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

border-color css

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

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

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