Html Css Color HEX #41520B Verdun Green

📋 copy color: '#41520B'

red 65 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #41520B

Tints of Verdun Green #41520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.9%

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

R = 41.14%
G = 51.9%
B = 6.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#41520B (or 0x41520B) is known color: Verdun Green. HEX triplet: 41, 52 and 0B. RGB value is (65,82,11). Sum of RGB (Red+Green+Blue) = 65+82+11=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #41520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41520B is #BEADF4. Grayscale: #454545. Windows color (decimal): -12496373 or 741953. OLE color: 741953.

HSL color Cylindrical-coordinate representation of color #41520B: hue angle of 74.37º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41520B is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 11 -
CMYK 0.21 0 0.87 0.68
HSL 74.37º 0.76% 0.18% -
HSV(B) 74.37º 0.87% 0.32% -
XYZ 5.26 7.18 1.43 -
YUV 68.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 65 82 11 0.21 0 0.87 0.68 74.37 0.76 0.18
Hex 41 52 B 15 0 57 44 4A 4C 12
Octal 101 122 13 25 0 127 104 112 114 22
Binary 1000001 1010010 1011 10101 0 1010111 1000100 1001010 1001100 10010

Color Harmonies of #41520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41520B

Black with #41520B

Text Example


Text Example

White with #41520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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