Html Css Color HEX #414B0B Verdun Green

📋 copy color: '#414B0B'

red 65 ◦ green 75 ◦ blue 11

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

Shades of Verdun Green #414B0B

Tints of Verdun Green #414B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.28%

R = 43.05%
G = 49.67%
B = 7.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#414B0B (or 0x414B0B) is known color: Verdun Green. HEX triplet: 41, 4B and 0B. RGB value is (65,75,11). Sum of RGB (Red+Green+Blue) = 65+75+11=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #414B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B0B is #BEB4F4. Grayscale: #404040. Windows color (decimal): -12498165 or 740161. OLE color: 740161.

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

Color convert

RGB 65 75 11 -
CMYK 0.13 0 0.85 0.71
HSL 69.38º 0.74% 0.17% -
HSV(B) 69.38º 0.85% 0.29% -
XYZ 4.76 6.18 1.26 -
YUV 64.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 65 75 11 0.13 0 0.85 0.71 69.38 0.74 0.17
Hex 41 4B B D 0 55 47 45 4A 11
Octal 101 113 13 15 0 125 107 105 112 21
Binary 1000001 1001011 1011 1101 0 1010101 1000111 1000101 1001010 10001

Color Harmonies of #414B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B0B

Black with #414B0B

Text Example


Text Example

White with #414B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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