Html Css Color HEX #454C0D Verdun Green

📋 copy color: '#454C0D'

red 69 ◦ green 76 ◦ blue 13

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

Shades of Verdun Green #454C0D

Tints of Verdun Green #454C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

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

R = 43.67%
G = 48.1%
B = 8.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#454C0D (or 0x454C0D) is known color: Verdun Green. HEX triplet: 45, 4C and 0D. RGB value is (69,76,13). Sum of RGB (Red+Green+Blue) = 69+76+13=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #454C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C0D is #BAB3F2. Grayscale: #424242. Windows color (decimal): -12235763 or 871493. OLE color: 871493.

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

Color convert

RGB 69 76 13 -
CMYK 0.09 0 0.83 0.70
HSL 66.67º 0.71% 0.17% -
HSV(B) 66.67º 0.83% 0.3% -
XYZ 5.11 6.46 1.36 -
YUV 66.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 69 76 13 0.09 0 0.83 0.70 66.67 0.71 0.17
Hex 45 4C D 9 0 53 46 43 47 11
Octal 105 114 15 11 0 123 106 103 107 21
Binary 1000101 1001100 1101 1001 0 1010011 1000110 1000011 1000111 10001

Color Harmonies of #454C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C0D

Black with #454C0D

Text Example


Text Example

White with #454C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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