Html Css Color HEX #455201 Verdun Green

📋 copy color: '#455201'

red 69 ◦ green 82 ◦ blue 1

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

Shades of Verdun Green #455201

Tints of Verdun Green #455201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.95%

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

R = 45.39%
G = 53.95%
B = 0.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#455201 (or 0x455201) is known color: Verdun Green. HEX triplet: 45, 52 and 01. RGB value is (69,82,1). Sum of RGB (Red+Green+Blue) = 69+82+1=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #455201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455201 is #BAADFE. Grayscale: #454545. Windows color (decimal): -12234239 or 86597. OLE color: 86597.

HSL color Cylindrical-coordinate representation of color #455201: hue angle of 69.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #455201 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 1 -
CMYK 0.16 0 0.99 0.68
HSL 69.63º 0.98% 0.16% -
HSV(B) 69.63º 0.99% 0.32% -
XYZ 5.48 7.3 1.15 -
YUV 68.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 69 82 1 0.16 0 0.99 0.68 69.63 0.98 0.16
Hex 45 52 1 10 0 63 44 46 62 10
Octal 105 122 1 20 0 143 104 106 142 20
Binary 1000101 1010010 1 10000 0 1100011 1000100 1000110 1100010 10000

Color Harmonies of #455201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455201

Black with #455201

Text Example


Text Example

White with #455201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455201; }

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

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

background-color css

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

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

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

border-color css

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

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

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