Html Css Color HEX #414103 Verdun Green

📋 copy color: '#414103'

red 65 ◦ green 65 ◦ blue 3

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

Shades of Verdun Green #414103

Tints of Verdun Green #414103

RGB

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

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

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

R = 48.87%
G = 48.87%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#414103 (or 0x414103) is known color: Verdun Green. HEX triplet: 41, 41 and 03. RGB value is (65,65,3). Sum of RGB (Red+Green+Blue) = 65+65+3=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414103 is #BEBEFC. Grayscale: #3A3A3A. Windows color (decimal): -12500733 or 213313. OLE color: 213313.

HSL color Cylindrical-coordinate representation of color #414103: hue angle of 60º 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 #414103 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 65 3 -
CMYK 0 0 0.95 0.75
HSL 60º 0.91% 0.13% -
HSV(B) 60º 0.95% 0.25% -
XYZ 4.09 4.91 0.82 -
YUV 57.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 65 65 3 0 0 0.95 0.75 60 0.91 0.13
Hex 41 41 3 0 0 5F 4B 3C 5B D
Octal 101 101 3 0 0 137 113 74 133 15
Binary 1000001 1000001 11 0 0 1011111 1001011 111100 1011011 1101

Color Harmonies of #414103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414103

Black with #414103

Text Example


Text Example

White with #414103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414103; }

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

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

background-color css

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

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

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

border-color css

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

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

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