Html Css Color HEX #45520F Verdun Green

📋 copy color: '#45520F'

red 69 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #45520F

Tints of Verdun Green #45520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 41.57%
G = 49.4%
B = 9.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#45520F (or 0x45520F) is known color: Verdun Green. HEX triplet: 45, 52 and 0F. RGB value is (69,82,15). Sum of RGB (Red+Green+Blue) = 69+82+15=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #45520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45520F is #BAADF0. Grayscale: #464646. Windows color (decimal): -12234225 or 1004101. OLE color: 1004101.

HSL color Cylindrical-coordinate representation of color #45520F: hue angle of 71.64º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45520F is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 15 -
CMYK 0.16 0 0.82 0.68
HSL 71.64º 0.69% 0.19% -
HSV(B) 71.64º 0.82% 0.32% -
XYZ 5.56 7.33 1.57 -
YUV 70.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 69 82 15 0.16 0 0.82 0.68 71.64 0.69 0.19
Hex 45 52 F 10 0 52 44 48 45 13
Octal 105 122 17 20 0 122 104 110 105 23
Binary 1000101 1010010 1111 10000 0 1010010 1000100 1001000 1000101 10011

Color Harmonies of #45520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45520F

Black with #45520F

Text Example


Text Example

White with #45520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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