Html Css Color HEX #415502 Verdun Green

📋 copy color: '#415502'

red 65 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #415502

Tints of Verdun Green #415502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.92%

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

R = 42.76%
G = 55.92%
B = 1.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#415502 (or 0x415502) is known color: Verdun Green. HEX triplet: 41, 55 and 02. RGB value is (65,85,2). Sum of RGB (Red+Green+Blue) = 65+85+2=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #415502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415502 is #BEAAFD. Grayscale: #454545. Windows color (decimal): -12495614 or 152897. OLE color: 152897.

HSL color Cylindrical-coordinate representation of color #415502: hue angle of 74.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #415502 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 2 -
CMYK 0.24 0 0.98 0.67
HSL 74.46º 0.95% 0.17% -
HSV(B) 74.46º 0.98% 0.33% -
XYZ 5.44 7.63 1.24 -
YUV 69.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 65 85 2 0.24 0 0.98 0.67 74.46 0.95 0.17
Hex 41 55 2 18 0 62 43 4A 5F 11
Octal 101 125 2 30 0 142 103 112 137 21
Binary 1000001 1010101 10 11000 0 1100010 1000011 1001010 1011111 10001

Color Harmonies of #415502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415502

Black with #415502

Text Example


Text Example

White with #415502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415502; }

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

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

background-color css

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

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

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

border-color css

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

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

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