Html Css Color HEX #455800 Verdun Green

📋 copy color: '#455800'

red 69 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #455800

Tints of Verdun Green #455800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.95%
G = 56.05%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#455800 (or 0x455800) is known color: Verdun Green. HEX triplet: 45, 58 and 00. RGB value is (69,88,0). Sum of RGB (Red+Green+Blue) = 69+88+0=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #455800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455800 is #BAA7FF. Grayscale: #484848. Windows color (decimal): -12232704 or 22597. OLE color: 22597.

HSL color Cylindrical-coordinate representation of color #455800: hue angle of 72.95º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #455800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 88 0 -
CMYK 0.22 0 1 0.65
HSL 72.95º 1% 0.17% -
HSV(B) 72.95º 1% 0.35% -
XYZ 5.94 8.24 1.28 -
YUV 72.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 69 88 0 0.22 0 1 0.65 72.95 1 0.17
Hex 45 58 0 16 0 64 41 49 64 11
Octal 105 130 0 26 0 144 101 111 144 21
Binary 1000101 1011000 0 10110 0 1100100 1000001 1001001 1100100 10001

Color Harmonies of #455800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455800

Black with #455800

Text Example


Text Example

White with #455800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455800; }

 p { color: rgb(69,88,0); }

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

background-color css

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

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

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

border-color css

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

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

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