Html Css Color HEX #455B0D Verdun Green

📋 copy color: '#455B0D'

red 69 ◦ green 91 ◦ blue 13

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

Shades of Verdun Green #455B0D

Tints of Verdun Green #455B0D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52.6%

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

R = 39.88%
G = 52.6%
B = 7.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#455B0D (or 0x455B0D) is known color: Verdun Green. HEX triplet: 45, 5B and 0D. RGB value is (69,91,13). Sum of RGB (Red+Green+Blue) = 69+91+13=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #455B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B0D is #BAA4F2. Grayscale: #4B4B4B. Windows color (decimal): -12231923 or 875333. OLE color: 875333.

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

Color convert

RGB 69 91 13 -
CMYK 0.24 0 0.86 0.64
HSL 76.92º 0.75% 0.2% -
HSV(B) 76.92º 0.86% 0.36% -
XYZ 6.27 8.78 1.74 -
YUV 75.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 69 91 13 0.24 0 0.86 0.64 76.92 0.75 0.2
Hex 45 5B D 18 0 56 40 4D 4B 14
Octal 105 133 15 30 0 126 100 115 113 24
Binary 1000101 1011011 1101 11000 0 1010110 1000000 1001101 1001011 10100

Color Harmonies of #455B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455B0D

Black with #455B0D

Text Example


Text Example

White with #455B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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