Html Css Color HEX #415A02 Verdun Green

📋 copy color: '#415A02'

red 65 ◦ green 90 ◦ blue 2

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

Shades of Verdun Green #415A02

Tints of Verdun Green #415A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 57.32%

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

R = 41.4%
G = 57.32%
B = 1.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#415A02 (or 0x415A02) is known color: Verdun Green. HEX triplet: 41, 5A and 02. RGB value is (65,90,2). Sum of RGB (Red+Green+Blue) = 65+90+2=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #415A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415A02 is #BEA5FD. Grayscale: #484848. Windows color (decimal): -12494334 or 154177. OLE color: 154177.

HSL color Cylindrical-coordinate representation of color #415A02: hue angle of 77.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 #415A02 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 90 2 -
CMYK 0.28 0 0.98 0.65
HSL 77.05º 0.96% 0.18% -
HSV(B) 77.05º 0.98% 0.35% -
XYZ 5.85 8.44 1.38 -
YUV 72.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 65 90 2 0.28 0 0.98 0.65 77.05 0.96 0.18
Hex 41 5A 2 1C 0 62 41 4D 60 12
Octal 101 132 2 34 0 142 101 115 140 22
Binary 1000001 1011010 10 11100 0 1100010 1000001 1001101 1100000 10010

Color Harmonies of #415A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A02

Black with #415A02

Text Example


Text Example

White with #415A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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