Html Css Color HEX #454505 Verdun Green

📋 copy color: '#454505'

red 69 ◦ green 69 ◦ blue 5

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

Shades of Verdun Green #454505

Tints of Verdun Green #454505

RGB

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

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

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

R = 48.25%
G = 48.25%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#454505 (or 0x454505) is known color: Verdun Green. HEX triplet: 45, 45 and 05. RGB value is (69,69,5). Sum of RGB (Red+Green+Blue) = 69+69+5=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454505 is #BABAFA. Grayscale: #3D3D3D. Windows color (decimal): -12237563 or 345413. OLE color: 345413.

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

Color convert

RGB 69 69 5 -
CMYK 0 0 0.93 0.73
HSL 60º 0.86% 0.15% -
HSV(B) 60º 0.93% 0.27% -
XYZ 4.61 5.53 0.97 -
YUV 61.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 69 69 5 0 0 0.93 0.73 60 0.86 0.15
Hex 45 45 5 0 0 5D 49 3C 56 F
Octal 105 105 5 0 0 135 111 74 126 17
Binary 1000101 1000101 101 0 0 1011101 1001001 111100 1010110 1111

Color Harmonies of #454505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454505

Black with #454505

Text Example


Text Example

White with #454505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454505; }

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

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

background-color css

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

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

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

border-color css

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

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

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