Html Css Color HEX #454408 Verdun Green

📋 copy color: '#454408'

red 69 ◦ green 68 ◦ blue 8

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

Shades of Verdun Green #454408

Tints of Verdun Green #454408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.9%

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 47.59%
G = 46.9%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#454408 (or 0x454408) is known color: Verdun Green. HEX triplet: 45, 44 and 08. RGB value is (69,68,8). Sum of RGB (Red+Green+Blue) = 69+68+8=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #454408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454408 is #BABBF7. Grayscale: #3D3D3D. Windows color (decimal): -12237816 or 541765. OLE color: 541765.

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

Color convert

RGB 69 68 8 -
CMYK 0 0.01 0.88 0.73
HSL 59.02º 0.79% 0.15% -
HSV(B) 59.02º 0.88% 0.27% -
XYZ 4.57 5.42 1.03 -
YUV 61.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 69 68 8 0 0.01 0.88 0.73 59.02 0.79 0.15
Hex 45 44 8 0 1 58 49 3B 4F F
Octal 105 104 10 0 1 130 111 73 117 17
Binary 1000101 1000100 1000 0 1 1011000 1001001 111011 1001111 1111

Color Harmonies of #454408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454408

Black with #454408

Text Example


Text Example

White with #454408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454408; }

 p { color: rgb(69,68,8); }

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

background-color css

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

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

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

border-color css

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

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

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