Html Css Color HEX #455A1A Verdun Green

📋 copy color: '#455A1A'

red 69 ◦ green 90 ◦ blue 26

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

Shades of Verdun Green #455A1A

Tints of Verdun Green #455A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 37.3%
G = 48.65%
B = 14.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#455A1A (or 0x455A1A) is known color: Verdun Green. HEX triplet: 45, 5A and 1A. RGB value is (69,90,26). Sum of RGB (Red+Green+Blue) = 69+90+26=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #455A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A1A is #BAA5E5. Grayscale: #4C4C4C. Windows color (decimal): -12232166 or 1727045. OLE color: 1727045.

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

Color convert

RGB 69 90 26 -
CMYK 0.23 0 0.71 0.65
HSL 79.69º 0.55% 0.23% -
HSV(B) 79.69º 0.71% 0.35% -
XYZ 6.3 8.65 2.32 -
YUV 76.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 69 90 26 0.23 0 0.71 0.65 79.69 0.55 0.23
Hex 45 5A 1A 17 0 47 41 50 37 17
Octal 105 132 32 27 0 107 101 120 67 27
Binary 1000101 1011010 11010 10111 0 1000111 1000001 1010000 110111 10111

Color Harmonies of #455A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A1A

Black with #455A1A

Text Example


Text Example

White with #455A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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