Html Css Color HEX #416302 Verdun Green

📋 copy color: '#416302'

red 65 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #416302

Tints of Verdun Green #416302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 59.64%

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

R = 39.16%
G = 59.64%
B = 1.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#416302 (or 0x416302) is known color: Verdun Green. HEX triplet: 41, 63 and 02. RGB value is (65,99,2). Sum of RGB (Red+Green+Blue) = 65+99+2=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #416302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416302 is #BE9CFD. Grayscale: #4E4E4E. Windows color (decimal): -12492030 or 156481. OLE color: 156481.

HSL color Cylindrical-coordinate representation of color #416302: hue angle of 81.03º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #416302 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 99 2 -
CMYK 0.34 0 0.98 0.61
HSL 81.03º 0.96% 0.2% -
HSV(B) 81.03º 0.98% 0.39% -
XYZ 6.65 10.05 1.65 -
YUV 77.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 65 99 2 0.34 0 0.98 0.61 81.03 0.96 0.2
Hex 41 63 2 22 0 62 3D 51 60 14
Octal 101 143 2 42 0 142 75 121 140 24
Binary 1000001 1100011 10 100010 0 1100010 111101 1010001 1100000 10100

Color Harmonies of #416302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416302

Black with #416302

Text Example


Text Example

White with #416302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416302; }

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

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

background-color css

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

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

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

border-color css

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

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

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