Html Css Color HEX #455313 Verdun Green

📋 copy color: '#455313'

red 69 ◦ green 83 ◦ blue 19

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

Shades of Verdun Green #455313

Tints of Verdun Green #455313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.54%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 40.35%
G = 48.54%
B = 11.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#455313 (or 0x455313) is known color: Verdun Green. HEX triplet: 45, 53 and 13. RGB value is (69,83,19). Sum of RGB (Red+Green+Blue) = 69+83+19=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #455313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455313 is #BAACEC. Grayscale: #474747. Windows color (decimal): -12233965 or 1266501. OLE color: 1266501.

HSL color Cylindrical-coordinate representation of color #455313: hue angle of 73.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455313 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 19 -
CMYK 0.17 0 0.77 0.67
HSL 73.13º 0.63% 0.2% -
HSV(B) 73.13º 0.77% 0.33% -
XYZ 5.67 7.5 1.76 -
YUV 71.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 69 83 19 0.17 0 0.77 0.67 73.13 0.63 0.2
Hex 45 53 13 11 0 4D 43 49 3F 14
Octal 105 123 23 21 0 115 103 111 77 24
Binary 1000101 1010011 10011 10001 0 1001101 1000011 1001001 111111 10100

Color Harmonies of #455313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455313

Black with #455313

Text Example


Text Example

White with #455313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455313; }

 p { color: rgb(69,83,19); }

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

background-color css

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

 a { background-color: rgb(69,83,19); }

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

border-color css

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

 span { border-color: rgb(69,83,19); }

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