Html Css Color HEX #455D04 Verdun Green

📋 copy color: '#455D04'

red 69 ◦ green 93 ◦ blue 4

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

Shades of Verdun Green #455D04

Tints of Verdun Green #455D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 56.02%

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

R = 41.57%
G = 56.02%
B = 2.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#455D04 (or 0x455D04) is known color: Verdun Green. HEX triplet: 45, 5D and 04. RGB value is (69,93,4). Sum of RGB (Red+Green+Blue) = 69+93+4=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #455D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D04 is #BAA2FB. Grayscale: #4C4C4C. Windows color (decimal): -12231420 or 286021. OLE color: 286021.

HSL color Cylindrical-coordinate representation of color #455D04: hue angle of 76.18º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #455D04 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 93 4 -
CMYK 0.26 0 0.96 0.64
HSL 76.18º 0.92% 0.19% -
HSV(B) 76.18º 0.96% 0.36% -
XYZ 6.39 9.1 1.54 -
YUV 75.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 69 93 4 0.26 0 0.96 0.64 76.18 0.92 0.19
Hex 45 5D 4 1A 0 60 40 4C 5C 13
Octal 105 135 4 32 0 140 100 114 134 23
Binary 1000101 1011101 100 11010 0 1100000 1000000 1001100 1011100 10011

Color Harmonies of #455D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D04

Black with #455D04

Text Example


Text Example

White with #455D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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