Html Css Color HEX #454B0D Verdun Green

📋 copy color: '#454B0D'

red 69 ◦ green 75 ◦ blue 13

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

Shades of Verdun Green #454B0D

Tints of Verdun Green #454B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.77%

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

R = 43.95%
G = 47.77%
B = 8.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#454B0D (or 0x454B0D) is known color: Verdun Green. HEX triplet: 45, 4B and 0D. RGB value is (69,75,13). Sum of RGB (Red+Green+Blue) = 69+75+13=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #454B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B0D is #BAB4F2. Grayscale: #424242. Windows color (decimal): -12236019 or 871237. OLE color: 871237.

HSL color Cylindrical-coordinate representation of color #454B0D: hue angle of 65.81º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #454B0D is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 75 13 -
CMYK 0.08 0 0.83 0.71
HSL 65.81º 0.7% 0.17% -
HSV(B) 65.81º 0.83% 0.29% -
XYZ 5.04 6.33 1.34 -
YUV 66.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 69 75 13 0.08 0 0.83 0.71 65.81 0.7 0.17
Hex 45 4B D 8 0 53 47 42 46 11
Octal 105 113 15 10 0 123 107 102 106 21
Binary 1000101 1001011 1101 1000 0 1010011 1000111 1000010 1000110 10001

Color Harmonies of #454B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B0D

Black with #454B0D

Text Example


Text Example

White with #454B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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