Html Css Color HEX #455418 Verdun Green

📋 copy color: '#455418'

red 69 ◦ green 84 ◦ blue 24

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

Shades of Verdun Green #455418

Tints of Verdun Green #455418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 38.98%
G = 47.46%
B = 13.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#455418 (or 0x455418) is known color: Verdun Green. HEX triplet: 45, 54 and 18. RGB value is (69,84,24). Sum of RGB (Red+Green+Blue) = 69+84+24=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #455418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455418 is #BAABE7. Grayscale: #484848. Windows color (decimal): -12233704 or 1594437. OLE color: 1594437.

HSL color Cylindrical-coordinate representation of color #455418: hue angle of 75º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455418 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 24 -
CMYK 0.18 0 0.71 0.67
HSL 75º 0.56% 0.21% -
HSV(B) 75º 0.71% 0.33% -
XYZ 5.79 7.67 2.04 -
YUV 72.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 69 84 24 0.18 0 0.71 0.67 75 0.56 0.21
Hex 45 54 18 12 0 47 43 4B 38 15
Octal 105 124 30 22 0 107 103 113 70 25
Binary 1000101 1010100 11000 10010 0 1000111 1000011 1001011 111000 10101

Color Harmonies of #455418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455418

Black with #455418

Text Example


Text Example

White with #455418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455418; }

 p { color: rgb(69,84,24); }

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

background-color css

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

 a { background-color: rgb(69,84,24); }

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

border-color css

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

 span { border-color: rgb(69,84,24); }

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