Html Css Color HEX #416A02 Verdun Green

📋 copy color: '#416A02'

red 65 ◦ green 106 ◦ blue 2

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

Shades of Verdun Green #416A02

Tints of Verdun Green #416A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 61.27%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 37.57%
G = 61.27%
B = 1.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#416A02 (or 0x416A02) is known color: Verdun Green. HEX triplet: 41, 6A and 02. RGB value is (65,106,2). Sum of RGB (Red+Green+Blue) = 65+106+2=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #416A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416A02 is #BE95FD. Grayscale: #525252. Windows color (decimal): -12490238 or 158273. OLE color: 158273.

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

Color convert

RGB 65 106 2 -
CMYK 0.39 0 0.98 0.58
HSL 83.65º 0.96% 0.21% -
HSV(B) 83.65º 0.98% 0.42% -
XYZ 7.34 11.44 1.88 -
YUV 81.89 82.92 115.96 -
System Red Green Blue C M Y K H S L
Decimal 65 106 2 0.39 0 0.98 0.58 83.65 0.96 0.21
Hex 41 6A 2 27 0 62 3A 54 60 15
Octal 101 152 2 47 0 142 72 124 140 25
Binary 1000001 1101010 10 100111 0 1100010 111010 1010100 1100000 10101

Color Harmonies of #416A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416A02

Black with #416A02

Text Example


Text Example

White with #416A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,106,2); }

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

background-color css

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

 a { background-color: rgb(65,106,2); }

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

border-color css

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

 span { border-color: rgb(65,106,2); }

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