Html Css Color HEX #455A1D Verdun Green

📋 copy color: '#455A1D'

red 69 ◦ green 90 ◦ blue 29

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

Shades of Verdun Green #455A1D

Tints of Verdun Green #455A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 36.7%
G = 47.87%
B = 15.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#455A1D (or 0x455A1D) is known color: Verdun Green. HEX triplet: 45, 5A and 1D. RGB value is (69,90,29). Sum of RGB (Red+Green+Blue) = 69+90+29=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #455A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A1D is #BAA5E2. Grayscale: #4C4C4C. Windows color (decimal): -12232163 or 1923653. OLE color: 1923653.

HSL color Cylindrical-coordinate representation of color #455A1D: hue angle of 80.66º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #455A1D is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 90 29 -
CMYK 0.23 0 0.68 0.65
HSL 80.66º 0.51% 0.23% -
HSV(B) 80.66º 0.68% 0.35% -
XYZ 6.33 8.67 2.5 -
YUV 76.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 69 90 29 0.23 0 0.68 0.65 80.66 0.51 0.23
Hex 45 5A 1D 17 0 44 41 51 33 17
Octal 105 132 35 27 0 104 101 121 63 27
Binary 1000101 1011010 11101 10111 0 1000100 1000001 1010001 110011 10111

Color Harmonies of #455A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A1D

Black with #455A1D

Text Example


Text Example

White with #455A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455A1D; }

 p { color: rgb(69,90,29); }

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

background-color css

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

 a { background-color: rgb(69,90,29); }

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

border-color css

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

 span { border-color: rgb(69,90,29); }

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