Html Css Color HEX #455D0D Verdun Green

📋 copy color: '#455D0D'

red 69 ◦ green 93 ◦ blue 13

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

Shades of Verdun Green #455D0D

Tints of Verdun Green #455D0D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 39.43%
G = 53.14%
B = 7.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#455D0D (or 0x455D0D) is known color: Verdun Green. HEX triplet: 45, 5D and 0D. RGB value is (69,93,13). Sum of RGB (Red+Green+Blue) = 69+93+13=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #455D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D0D is #BAA2F2. Grayscale: #4D4D4D. Windows color (decimal): -12231411 or 875845. OLE color: 875845.

HSL color Cylindrical-coordinate representation of color #455D0D: hue angle of 78º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #455D0D is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 93 13 -
CMYK 0.26 0 0.86 0.64
HSL 78º 0.75% 0.21% -
HSV(B) 78º 0.86% 0.36% -
XYZ 6.44 9.12 1.8 -
YUV 76.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 69 93 13 0.26 0 0.86 0.64 78 0.75 0.21
Hex 45 5D D 1A 0 56 40 4E 4B 15
Octal 105 135 15 32 0 126 100 116 113 25
Binary 1000101 1011101 1101 11010 0 1010110 1000000 1001110 1001011 10101

Color Harmonies of #455D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D0D

Black with #455D0D

Text Example


Text Example

White with #455D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455D0D; }

 p { color: rgb(69,93,13); }

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

background-color css

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

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

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

border-color css

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

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

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