Html Css Color HEX #414B05 Verdun Green

📋 copy color: '#414B05'

red 65 ◦ green 75 ◦ blue 5

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

Shades of Verdun Green #414B05

Tints of Verdun Green #414B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.45%

R = 44.83%
G = 51.72%
B = 3.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#414B05 (or 0x414B05) is known color: Verdun Green. HEX triplet: 41, 4B and 05. RGB value is (65,75,5). Sum of RGB (Red+Green+Blue) = 65+75+5=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #414B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B05 is #BEB4FA. Grayscale: #404040. Windows color (decimal): -12498171 or 346945. OLE color: 346945.

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

Color convert

RGB 65 75 5 -
CMYK 0.13 0 0.93 0.71
HSL 68.57º 0.88% 0.16% -
HSV(B) 68.57º 0.93% 0.29% -
XYZ 4.72 6.17 1.08 -
YUV 64.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 65 75 5 0.13 0 0.93 0.71 68.57 0.88 0.16
Hex 41 4B 5 D 0 5D 47 45 58 10
Octal 101 113 5 15 0 135 107 105 130 20
Binary 1000001 1001011 101 1101 0 1011101 1000111 1000101 1011000 10000

Color Harmonies of #414B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B05

Black with #414B05

Text Example


Text Example

White with #414B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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