Html Css Color HEX #415E01 Verdun Green

📋 copy color: '#415E01'

red 65 ◦ green 94 ◦ blue 1

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

Shades of Verdun Green #415E01

Tints of Verdun Green #415E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 58.75%

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

R = 40.63%
G = 58.75%
B = 0.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#415E01 (or 0x415E01) is known color: Verdun Green. HEX triplet: 41, 5E and 01. RGB value is (65,94,1). Sum of RGB (Red+Green+Blue) = 65+94+1=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 94 (37.11% from 255 or 58.75% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 94 - color contains mainly: green. Hex color #415E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415E01 is #BEA1FE. Grayscale: #4B4B4B. Windows color (decimal): -12493311 or 89665. OLE color: 89665.

HSL color Cylindrical-coordinate representation of color #415E01: hue angle of 78.71º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #415E01 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 94 1 -
CMYK 0.31 0 0.99 0.63
HSL 78.71º 0.98% 0.19% -
HSV(B) 78.71º 0.99% 0.37% -
XYZ 6.19 9.13 1.47 -
YUV 74.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 65 94 1 0.31 0 0.99 0.63 78.71 0.98 0.19
Hex 41 5E 1 1F 0 63 3F 4F 62 13
Octal 101 136 1 37 0 143 77 117 142 23
Binary 1000001 1011110 1 11111 0 1100011 111111 1001111 1100010 10011

Color Harmonies of #415E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E01

Black with #415E01

Text Example


Text Example

White with #415E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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