Html Css Color HEX #415002 Verdun Green

📋 copy color: '#415002'

red 65 ◦ green 80 ◦ blue 2

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

Shades of Verdun Green #415002

Tints of Verdun Green #415002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.42%

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

R = 44.22%
G = 54.42%
B = 1.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#415002 (or 0x415002) is known color: Verdun Green. HEX triplet: 41, 50 and 02. RGB value is (65,80,2). Sum of RGB (Red+Green+Blue) = 65+80+2=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #415002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415002 is #BEAFFD. Grayscale: #424242. Windows color (decimal): -12496894 or 151617. OLE color: 151617.

HSL color Cylindrical-coordinate representation of color #415002: hue angle of 71.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #415002 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 2 -
CMYK 0.19 0 0.98 0.69
HSL 71.54º 0.95% 0.16% -
HSV(B) 71.54º 0.98% 0.31% -
XYZ 5.06 6.87 1.12 -
YUV 66.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 65 80 2 0.19 0 0.98 0.69 71.54 0.95 0.16
Hex 41 50 2 13 0 62 45 48 5F 10
Octal 101 120 2 23 0 142 105 110 137 20
Binary 1000001 1010000 10 10011 0 1100010 1000101 1001000 1011111 10000

Color Harmonies of #415002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415002

Black with #415002

Text Example


Text Example

White with #415002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415002; }

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

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

background-color css

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

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

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

border-color css

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

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

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