Html Css Color HEX #414B10 Verdun Green

📋 copy color: '#414B10'

red 65 ◦ green 75 ◦ blue 16

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

Shades of Verdun Green #414B10

Tints of Verdun Green #414B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 41.67%
G = 48.08%
B = 10.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#414B10 (or 0x414B10) is known color: Verdun Green. HEX triplet: 41, 4B and 10. RGB value is (65,75,16). Sum of RGB (Red+Green+Blue) = 65+75+16=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #414B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B10 is #BEB4EF. Grayscale: #414141. Windows color (decimal): -12498160 or 1067841. OLE color: 1067841.

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

Color convert

RGB 65 75 16 -
CMYK 0.13 0 0.79 0.71
HSL 70.17º 0.65% 0.18% -
HSV(B) 70.17º 0.79% 0.29% -
XYZ 4.79 6.19 1.43 -
YUV 65.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 65 75 16 0.13 0 0.79 0.71 70.17 0.65 0.18
Hex 41 4B 10 D 0 4F 47 46 41 12
Octal 101 113 20 15 0 117 107 106 101 22
Binary 1000001 1001011 10000 1101 0 1001111 1000111 1000110 1000001 10010

Color Harmonies of #414B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B10

Black with #414B10

Text Example


Text Example

White with #414B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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