Html Css Color HEX #415702 Verdun Green

📋 copy color: '#415702'

red 65 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #415702

Tints of Verdun Green #415702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 56.49%

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

R = 42.21%
G = 56.49%
B = 1.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#415702 (or 0x415702) is known color: Verdun Green. HEX triplet: 41, 57 and 02. RGB value is (65,87,2). Sum of RGB (Red+Green+Blue) = 65+87+2=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #415702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415702 is #BEA8FD. Grayscale: #474747. Windows color (decimal): -12495102 or 153409. OLE color: 153409.

HSL color Cylindrical-coordinate representation of color #415702: hue angle of 75.53º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #415702 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 87 2 -
CMYK 0.25 0 0.98 0.66
HSL 75.53º 0.96% 0.17% -
HSV(B) 75.53º 0.98% 0.34% -
XYZ 5.6 7.94 1.3 -
YUV 70.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 65 87 2 0.25 0 0.98 0.66 75.53 0.96 0.17
Hex 41 57 2 19 0 62 42 4C 60 11
Octal 101 127 2 31 0 142 102 114 140 21
Binary 1000001 1010111 10 11001 0 1100010 1000010 1001100 1100000 10001

Color Harmonies of #415702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415702

Black with #415702

Text Example


Text Example

White with #415702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415702; }

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

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

background-color css

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

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

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

border-color css

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

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

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