Html Css Color HEX #416604 Verdun Green

📋 copy color: '#416604'

red 65 ◦ green 102 ◦ blue 4

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

Shades of Verdun Green #416604

Tints of Verdun Green #416604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 38.01%
G = 59.65%
B = 2.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#416604 (or 0x416604) is known color: Verdun Green. HEX triplet: 41, 66 and 04. RGB value is (65,102,4). Sum of RGB (Red+Green+Blue) = 65+102+4=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #416604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416604 is #BE99FB. Grayscale: #505050. Windows color (decimal): -12491260 or 288321. OLE color: 288321.

HSL color Cylindrical-coordinate representation of color #416604: hue angle of 82.65º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #416604 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 4 -
CMYK 0.36 0 0.96 0.6
HSL 82.65º 0.92% 0.21% -
HSV(B) 82.65º 0.96% 0.4% -
XYZ 6.95 10.64 1.8 -
YUV 79.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 65 102 4 0.36 0 0.96 0.6 82.65 0.92 0.21
Hex 41 66 4 24 0 60 3C 53 5C 15
Octal 101 146 4 44 0 140 74 123 134 25
Binary 1000001 1100110 100 100100 0 1100000 111100 1010011 1011100 10101

Color Harmonies of #416604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416604

Black with #416604

Text Example


Text Example

White with #416604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416604; }

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

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

background-color css

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

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

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

border-color css

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

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

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