Html Css Color HEX #455A05 Verdun Green

📋 copy color: '#455A05'

red 69 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #455A05

Tints of Verdun Green #455A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.05%

R = 42.07%
G = 54.88%
B = 3.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#455A05 (or 0x455A05) is known color: Verdun Green. HEX triplet: 45, 5A and 05. RGB value is (69,90,5). Sum of RGB (Red+Green+Blue) = 69+90+5=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #455A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A05 is #BAA5FA. Grayscale: #4A4A4A. Windows color (decimal): -12232187 or 350789. OLE color: 350789.

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

Color convert

RGB 69 90 5 -
CMYK 0.23 0 0.94 0.65
HSL 74.82º 0.89% 0.19% -
HSV(B) 74.82º 0.94% 0.35% -
XYZ 6.14 8.59 1.48 -
YUV 74.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 69 90 5 0.23 0 0.94 0.65 74.82 0.89 0.19
Hex 45 5A 5 17 0 5E 41 4B 59 13
Octal 105 132 5 27 0 136 101 113 131 23
Binary 1000101 1011010 101 10111 0 1011110 1000001 1001011 1011001 10011

Color Harmonies of #455A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A05

Black with #455A05

Text Example


Text Example

White with #455A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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