Html Css Color HEX #454515 Verdun Green

📋 copy color: '#454515'

red 69 ◦ green 69 ◦ blue 21

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

Shades of Verdun Green #454515

Tints of Verdun Green #454515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 43.4%
G = 43.4%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#454515 (or 0x454515) is known color: Verdun Green. HEX triplet: 45, 45 and 15. RGB value is (69,69,21). Sum of RGB (Red+Green+Blue) = 69+69+21=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454515 is #BABAEA. Grayscale: #3F3F3F. Windows color (decimal): -12237547 or 1393989. OLE color: 1393989.

HSL color Cylindrical-coordinate representation of color #454515: hue angle of 60º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454515 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 69 21 -
CMYK 0 0 0.70 0.73
HSL 60º 0.53% 0.18% -
HSV(B) 60º 0.7% 0.27% -
XYZ 4.72 5.58 1.54 -
YUV 63.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 69 69 21 0 0 0.70 0.73 60 0.53 0.18
Hex 45 45 15 0 0 46 49 3C 35 12
Octal 105 105 25 0 0 106 111 74 65 22
Binary 1000101 1000101 10101 0 0 1000110 1001001 111100 110101 10010

Color Harmonies of #454515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454515

Black with #454515

Text Example


Text Example

White with #454515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454515; }

 p { color: rgb(69,69,21); }

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

background-color css

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

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

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

border-color css

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

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

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