Html Css Color HEX #414802 Verdun Green

📋 copy color: '#414802'

red 65 ◦ green 72 ◦ blue 2

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

Shades of Verdun Green #414802

Tints of Verdun Green #414802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.8%

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

R = 46.76%
G = 51.8%
B = 1.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#414802 (or 0x414802) is known color: Verdun Green. HEX triplet: 41, 48 and 02. RGB value is (65,72,2). Sum of RGB (Red+Green+Blue) = 65+72+2=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #414802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414802 is #BEB7FD. Grayscale: #3E3E3E. Windows color (decimal): -12498942 or 149569. OLE color: 149569.

HSL color Cylindrical-coordinate representation of color #414802: hue angle of 66º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #414802 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 2 -
CMYK 0.10 0 0.97 0.72
HSL 66º 0.95% 0.15% -
HSV(B) 66º 0.97% 0.28% -
XYZ 4.51 5.76 0.93 -
YUV 61.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 65 72 2 0.10 0 0.97 0.72 66 0.95 0.15
Hex 41 48 2 A 0 61 48 42 5F F
Octal 101 110 2 12 0 141 110 102 137 17
Binary 1000001 1001000 10 1010 0 1100001 1001000 1000010 1011111 1111

Color Harmonies of #414802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414802

Black with #414802

Text Example


Text Example

White with #414802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414802; }

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

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

background-color css

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

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

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

border-color css

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

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

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