Html Css Color HEX #416605 Verdun Green

📋 copy color: '#416605'

red 65 ◦ green 102 ◦ blue 5

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

Shades of Verdun Green #416605

Tints of Verdun Green #416605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 37.79%
G = 59.3%
B = 2.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#416605 (or 0x416605) is known color: Verdun Green. HEX triplet: 41, 66 and 05. RGB value is (65,102,5). Sum of RGB (Red+Green+Blue) = 65+102+5=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #416605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416605 is #BE99FA. Grayscale: #505050. Windows color (decimal): -12491259 or 353857. OLE color: 353857.

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

Color convert

RGB 65 102 5 -
CMYK 0.36 0 0.95 0.6
HSL 82.89º 0.91% 0.21% -
HSV(B) 82.89º 0.95% 0.4% -
XYZ 6.96 10.64 1.83 -
YUV 79.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 65 102 5 0.36 0 0.95 0.6 82.89 0.91 0.21
Hex 41 66 5 24 0 5F 3C 53 5B 15
Octal 101 146 5 44 0 137 74 123 133 25
Binary 1000001 1100110 101 100100 0 1011111 111100 1010011 1011011 10101

Color Harmonies of #416605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416605

Black with #416605

Text Example


Text Example

White with #416605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416605; }

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

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

background-color css

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

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

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

border-color css

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

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

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