Html Css Color HEX #455501 Verdun Green

📋 copy color: '#455501'

red 69 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #455501

Tints of Verdun Green #455501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.84%

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

R = 44.52%
G = 54.84%
B = 0.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#455501 (or 0x455501) is known color: Verdun Green. HEX triplet: 45, 55 and 01. RGB value is (69,85,1). Sum of RGB (Red+Green+Blue) = 69+85+1=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #455501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455501 is #BAAAFE. Grayscale: #464646. Windows color (decimal): -12233471 or 87365. OLE color: 87365.

HSL color Cylindrical-coordinate representation of color #455501: hue angle of 71.43º 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 #455501 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 1 -
CMYK 0.19 0 0.99 0.67
HSL 71.43º 0.98% 0.17% -
HSV(B) 71.43º 0.99% 0.33% -
XYZ 5.71 7.76 1.23 -
YUV 70.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 69 85 1 0.19 0 0.99 0.67 71.43 0.98 0.17
Hex 45 55 1 13 0 63 43 47 62 11
Octal 105 125 1 23 0 143 103 107 142 21
Binary 1000101 1010101 1 10011 0 1100011 1000011 1000111 1100010 10001

Color Harmonies of #455501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455501

Black with #455501

Text Example


Text Example

White with #455501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455501; }

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

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

background-color css

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

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

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

border-color css

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

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

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