Html Css Color HEX #414B16 Verdun Green

📋 copy color: '#414B16'

red 65 ◦ green 75 ◦ blue 22

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

Shades of Verdun Green #414B16

Tints of Verdun Green #414B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.3%

 BLUE value IS 22 (8.98% from 255) = 13.58%

R = 40.12%
G = 46.3%
B = 13.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#414B16 (or 0x414B16) is known color: Verdun Green. HEX triplet: 41, 4B and 16. RGB value is (65,75,22). Sum of RGB (Red+Green+Blue) = 65+75+22=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #414B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B16 is #BEB4E9. Grayscale: #424242. Windows color (decimal): -12498154 or 1461057. OLE color: 1461057.

HSL color Cylindrical-coordinate representation of color #414B16: hue angle of 71.32º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414B16 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 75 22 -
CMYK 0.13 0 0.71 0.71
HSL 71.32º 0.55% 0.19% -
HSV(B) 71.32º 0.71% 0.29% -
XYZ 4.84 6.21 1.7 -
YUV 65.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 65 75 22 0.13 0 0.71 0.71 71.32 0.55 0.19
Hex 41 4B 16 D 0 47 47 47 37 13
Octal 101 113 26 15 0 107 107 107 67 23
Binary 1000001 1001011 10110 1101 0 1000111 1000111 1000111 110111 10011

Color Harmonies of #414B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B16

Black with #414B16

Text Example


Text Example

White with #414B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B16; }

 p { color: rgb(65,75,22); }

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

background-color css

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

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

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

border-color css

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

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

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