Html Css Color HEX #455A1C Verdun Green

📋 copy color: '#455A1C'

red 69 ◦ green 90 ◦ blue 28

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

Shades of Verdun Green #455A1C

Tints of Verdun Green #455A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 36.9%
G = 48.13%
B = 14.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#455A1C (or 0x455A1C) is known color: Verdun Green. HEX triplet: 45, 5A and 1C. RGB value is (69,90,28). Sum of RGB (Red+Green+Blue) = 69+90+28=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #455A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A1C is #BAA5E3. Grayscale: #4C4C4C. Windows color (decimal): -12232164 or 1858117. OLE color: 1858117.

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

Color convert

RGB 69 90 28 -
CMYK 0.23 0 0.69 0.65
HSL 80.32º 0.53% 0.23% -
HSV(B) 80.32º 0.69% 0.35% -
XYZ 6.32 8.66 2.44 -
YUV 76.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 69 90 28 0.23 0 0.69 0.65 80.32 0.53 0.23
Hex 45 5A 1C 17 0 45 41 50 35 17
Octal 105 132 34 27 0 105 101 120 65 27
Binary 1000101 1011010 11100 10111 0 1000101 1000001 1010000 110101 10111

Color Harmonies of #455A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A1C

Black with #455A1C

Text Example


Text Example

White with #455A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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