Html Css Color HEX #413F01 Verdun Green

📋 copy color: '#413F01'

red 65 ◦ green 63 ◦ blue 1

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

Shades of Verdun Green #413F01

Tints of Verdun Green #413F01

RGB

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

 GREEN value IS 63 (25% from 255) = 48.84%

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

R = 50.39%
G = 48.84%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#413F01 (or 0x413F01) is known color: Verdun Green. HEX triplet: 41, 3F and 01. RGB value is (65,63,1). Sum of RGB (Red+Green+Blue) = 65+63+1=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F01 is #BEC0FE. Grayscale: #383838. Windows color (decimal): -12501247 or 81729. OLE color: 81729.

HSL color Cylindrical-coordinate representation of color #413F01: hue angle of 58.12º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #413F01 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 63 1 -
CMYK 0 0.03 0.98 0.75
HSL 58.13º 0.97% 0.13% -
HSV(B) 58.13º 0.98% 0.25% -
XYZ 3.96 4.68 0.72 -
YUV 56.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 65 63 1 0 0.03 0.98 0.75 58.13 0.97 0.13
Hex 41 3F 1 0 3 62 4B 3A 61 D
Octal 101 77 1 0 3 142 113 72 141 15
Binary 1000001 111111 1 0 11 1100010 1001011 111010 1100001 1101

Color Harmonies of #413F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F01

Black with #413F01

Text Example


Text Example

White with #413F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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