Html Css Color HEX #455401 Verdun Green

📋 copy color: '#455401'

red 69 ◦ green 84 ◦ blue 1

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

Shades of Verdun Green #455401

Tints of Verdun Green #455401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.55%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 44.81%
G = 54.55%
B = 0.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#455401 (or 0x455401) is known color: Verdun Green. HEX triplet: 45, 54 and 01. RGB value is (69,84,1). Sum of RGB (Red+Green+Blue) = 69+84+1=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #455401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455401 is #BAABFE. Grayscale: #464646. Windows color (decimal): -12233727 or 87109. OLE color: 87109.

HSL color Cylindrical-coordinate representation of color #455401: hue angle of 70.84º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #455401 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 1 -
CMYK 0.18 0 0.99 0.67
HSL 70.84º 0.98% 0.17% -
HSV(B) 70.84º 0.99% 0.33% -
XYZ 5.63 7.61 1.2 -
YUV 70.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 69 84 1 0.18 0 0.99 0.67 70.84 0.98 0.17
Hex 45 54 1 12 0 63 43 47 62 11
Octal 105 124 1 22 0 143 103 107 142 21
Binary 1000101 1010100 1 10010 0 1100011 1000011 1000111 1100010 10001

Color Harmonies of #455401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455401

Black with #455401

Text Example


Text Example

White with #455401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455401; }

 p { color: rgb(69,84,1); }

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

background-color css

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

 a { background-color: rgb(69,84,1); }

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

border-color css

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

 span { border-color: rgb(69,84,1); }

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