Html Css Color HEX #404103 Verdun Green

📋 copy color: '#404103'

red 64 ◦ green 65 ◦ blue 3

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

Shades of Verdun Green #404103

Tints of Verdun Green #404103

RGB

 RED value IS 64 (25.39% from 255) = 48.48%

 GREEN value IS 65 (25.78% from 255) = 49.24%

 BLUE value IS 3 (1.56% from 255) = 2.27%

R = 48.48%
G = 49.24%
B = 2.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#404103 (or 0x404103) is known color: Verdun Green. HEX triplet: 40, 41 and 03. RGB value is (64,65,3). Sum of RGB (Red+Green+Blue) = 64+65+3=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #404103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404103 is #BFBEFC. Grayscale: #393939. Windows color (decimal): -12566269 or 213312. OLE color: 213312.

HSL color Cylindrical-coordinate representation of color #404103: hue angle of 60.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #404103 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 65 3 -
CMYK 0.02 0 0.95 0.75
HSL 60.97º 0.91% 0.13% -
HSV(B) 60.97º 0.95% 0.25% -
XYZ 4.02 4.88 0.82 -
YUV 57.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 64 65 3 0.02 0 0.95 0.75 60.97 0.91 0.13
Hex 40 41 3 2 0 5F 4B 3D 5B D
Octal 100 101 3 2 0 137 113 75 133 15
Binary 1000000 1000001 11 10 0 1011111 1001011 111101 1011011 1101

Color Harmonies of #404103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404103

Black with #404103

Text Example


Text Example

White with #404103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404103; }

 p { color: rgb(64,65,3); }

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

background-color css

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

 a { background-color: rgb(64,65,3); }

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

border-color css

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

 span { border-color: rgb(64,65,3); }

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