Html Css Color HEX #415802 Verdun Green

📋 copy color: '#415802'

red 65 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #415802

Tints of Verdun Green #415802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.77%

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

R = 41.94%
G = 56.77%
B = 1.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#415802 (or 0x415802) is known color: Verdun Green. HEX triplet: 41, 58 and 02. RGB value is (65,88,2). Sum of RGB (Red+Green+Blue) = 65+88+2=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #415802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415802 is #BEA7FD. Grayscale: #474747. Windows color (decimal): -12494846 or 153665. OLE color: 153665.

HSL color Cylindrical-coordinate representation of color #415802: hue angle of 76.05º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #415802 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 2 -
CMYK 0.26 0 0.98 0.65
HSL 76.05º 0.96% 0.18% -
HSV(B) 76.05º 0.98% 0.35% -
XYZ 5.68 8.11 1.32 -
YUV 71.32 88.88 123.49 -
System Red Green Blue C M Y K H S L
Decimal 65 88 2 0.26 0 0.98 0.65 76.05 0.96 0.18
Hex 41 58 2 1A 0 62 41 4C 60 12
Octal 101 130 2 32 0 142 101 114 140 22
Binary 1000001 1011000 10 11010 0 1100010 1000001 1001100 1100000 10010

Color Harmonies of #415802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415802

Black with #415802

Text Example


Text Example

White with #415802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415802; }

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

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

background-color css

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

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

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

border-color css

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

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

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