Html Css Color HEX #45520B Verdun Green

📋 copy color: '#45520B'

red 69 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #45520B

Tints of Verdun Green #45520B

RGB

 RED value IS 69 (27.34% from 255) = 42.59%

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

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

R = 42.59%
G = 50.62%
B = 6.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#45520B (or 0x45520B) is known color: Verdun Green. HEX triplet: 45, 52 and 0B. RGB value is (69,82,11). Sum of RGB (Red+Green+Blue) = 69+82+11=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #45520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45520B is #BAADF4. Grayscale: #464646. Windows color (decimal): -12234229 or 741957. OLE color: 741957.

HSL color Cylindrical-coordinate representation of color #45520B: hue angle of 70.99º 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 #45520B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 11 -
CMYK 0.16 0 0.87 0.68
HSL 70.99º 0.76% 0.18% -
HSV(B) 70.99º 0.87% 0.32% -
XYZ 5.53 7.32 1.44 -
YUV 70.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 69 82 11 0.16 0 0.87 0.68 70.99 0.76 0.18
Hex 45 52 B 10 0 57 44 47 4C 12
Octal 105 122 13 20 0 127 104 107 114 22
Binary 1000101 1010010 1011 10000 0 1010111 1000100 1000111 1001100 10010

Color Harmonies of #45520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45520B

Black with #45520B

Text Example


Text Example

White with #45520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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