Html Css Color HEX #413F02 Verdun Green

📋 copy color: '#413F02'

red 65 ◦ green 63 ◦ blue 2

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

Shades of Verdun Green #413F02

Tints of Verdun Green #413F02

RGB

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

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

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

R = 50%
G = 48.46%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#413F02 (or 0x413F02) is known color: Verdun Green. HEX triplet: 41, 3F and 02. RGB value is (65,63,2). Sum of RGB (Red+Green+Blue) = 65+63+2=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F02 is #BEC0FD. Grayscale: #383838. Windows color (decimal): -12501246 or 147265. OLE color: 147265.

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

Color convert

RGB 65 63 2 -
CMYK 0 0.03 0.97 0.75
HSL 58.1º 0.94% 0.13% -
HSV(B) 58.1º 0.97% 0.25% -
XYZ 3.97 4.68 0.75 -
YUV 56.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 65 63 2 0 0.03 0.97 0.75 58.1 0.94 0.13
Hex 41 3F 2 0 3 61 4B 3A 5E D
Octal 101 77 2 0 3 141 113 72 136 15
Binary 1000001 111111 10 0 11 1100001 1001011 111010 1011110 1101

Color Harmonies of #413F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F02

Black with #413F02

Text Example


Text Example

White with #413F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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