Html Css Color HEX #456501 Verdun Green

📋 copy color: '#456501'

red 69 ◦ green 101 ◦ blue 1

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

Shades of Verdun Green #456501

Tints of Verdun Green #456501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 59.06%

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

R = 40.35%
G = 59.06%
B = 0.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#456501 (or 0x456501) is known color: Verdun Green. HEX triplet: 45, 65 and 01. RGB value is (69,101,1). Sum of RGB (Red+Green+Blue) = 69+101+1=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #456501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456501 is #BA9AFE. Grayscale: #505050. Windows color (decimal): -12229375 or 91461. OLE color: 91461.

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

Color convert

RGB 69 101 1 -
CMYK 0.32 0 0.99 0.60
HSL 79.2º 0.98% 0.2% -
HSV(B) 79.2º 0.99% 0.4% -
XYZ 7.11 10.57 1.69 -
YUV 80.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 69 101 1 0.32 0 0.99 0.60 79.2 0.98 0.2
Hex 45 65 1 20 0 63 3C 4F 62 14
Octal 105 145 1 40 0 143 74 117 142 24
Binary 1000101 1100101 1 100000 0 1100011 111100 1001111 1100010 10100

Color Harmonies of #456501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456501

Black with #456501

Text Example


Text Example

White with #456501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456501; }

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

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

background-color css

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

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

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

border-color css

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

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

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