Html Css Color HEX #455416 Verdun Green

📋 copy color: '#455416'

red 69 ◦ green 84 ◦ blue 22

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

Shades of Verdun Green #455416

Tints of Verdun Green #455416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 39.43%
G = 48%
B = 12.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#455416 (or 0x455416) is known color: Verdun Green. HEX triplet: 45, 54 and 16. RGB value is (69,84,22). Sum of RGB (Red+Green+Blue) = 69+84+22=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #455416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455416 is #BAABE9. Grayscale: #484848. Windows color (decimal): -12233706 or 1463365. OLE color: 1463365.

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

Color convert

RGB 69 84 22 -
CMYK 0.18 0 0.74 0.67
HSL 74.52º 0.58% 0.21% -
HSV(B) 74.52º 0.74% 0.33% -
XYZ 5.77 7.66 1.93 -
YUV 72.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 69 84 22 0.18 0 0.74 0.67 74.52 0.58 0.21
Hex 45 54 16 12 0 4A 43 4B 3A 15
Octal 105 124 26 22 0 112 103 113 72 25
Binary 1000101 1010100 10110 10010 0 1001010 1000011 1001011 111010 10101

Color Harmonies of #455416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455416

Black with #455416

Text Example


Text Example

White with #455416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455416; }

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

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

background-color css

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

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

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

border-color css

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

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

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