Html Css Color HEX #455A04 Verdun Green

📋 copy color: '#455A04'

red 69 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #455A04

Tints of Verdun Green #455A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 42.33%
G = 55.21%
B = 2.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#455A04 (or 0x455A04) is known color: Verdun Green. HEX triplet: 45, 5A and 04. RGB value is (69,90,4). Sum of RGB (Red+Green+Blue) = 69+90+4=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #455A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A04 is #BAA5FB. Grayscale: #4A4A4A. Windows color (decimal): -12232188 or 285253. OLE color: 285253.

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

Color convert

RGB 69 90 4 -
CMYK 0.23 0 0.96 0.65
HSL 74.65º 0.91% 0.18% -
HSV(B) 74.65º 0.96% 0.35% -
XYZ 6.13 8.59 1.45 -
YUV 73.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 69 90 4 0.23 0 0.96 0.65 74.65 0.91 0.18
Hex 45 5A 4 17 0 60 41 4B 5B 12
Octal 105 132 4 27 0 140 101 113 133 22
Binary 1000101 1011010 100 10111 0 1100000 1000001 1001011 1011011 10010

Color Harmonies of #455A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A04

Black with #455A04

Text Example


Text Example

White with #455A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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