Html Css Color HEX #415301 Verdun Green

📋 copy color: '#415301'

red 65 ◦ green 83 ◦ blue 1

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

Shades of Verdun Green #415301

Tints of Verdun Green #415301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.7%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 43.62%
G = 55.7%
B = 0.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#415301 (or 0x415301) is known color: Verdun Green. HEX triplet: 41, 53 and 01. RGB value is (65,83,1). Sum of RGB (Red+Green+Blue) = 65+83+1=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #415301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415301 is #BEACFE. Grayscale: #444444. Windows color (decimal): -12496127 or 86849. OLE color: 86849.

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

Color convert

RGB 65 83 1 -
CMYK 0.22 0 0.99 0.67
HSL 73.17º 0.98% 0.16% -
HSV(B) 73.17º 0.99% 0.33% -
XYZ 5.28 7.31 1.16 -
YUV 68.27 90.04 125.67 -
System Red Green Blue C M Y K H S L
Decimal 65 83 1 0.22 0 0.99 0.67 73.17 0.98 0.16
Hex 41 53 1 16 0 63 43 49 62 10
Octal 101 123 1 26 0 143 103 111 142 20
Binary 1000001 1010011 1 10110 0 1100011 1000011 1001001 1100010 10000

Color Harmonies of #415301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415301

Black with #415301

Text Example


Text Example

White with #415301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415301; }

 p { color: rgb(65,83,1); }

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

background-color css

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

 a { background-color: rgb(65,83,1); }

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

border-color css

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

 span { border-color: rgb(65,83,1); }

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