Html Css Color HEX #456500 Verdun Green

📋 copy color: '#456500'

red 69 ◦ green 101 ◦ blue 0

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

Shades of Verdun Green #456500

Tints of Verdun Green #456500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.59%
G = 59.41%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#456500 (or 0x456500) is known color: Verdun Green. HEX triplet: 45, 65 and 00. RGB value is (69,101,0). Sum of RGB (Red+Green+Blue) = 69+101+0=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #456500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456500 is #BA9AFF. Grayscale: #505050. Windows color (decimal): -12229376 or 25925. OLE color: 25925.

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

Color convert

RGB 69 101 0 -
CMYK 0.32 0 1 0.60
HSL 79.01º 1% 0.2% -
HSV(B) 79.01º 1% 0.4% -
XYZ 7.11 10.57 1.67 -
YUV 79.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 69 101 0 0.32 0 1 0.60 79.01 1 0.2
Hex 45 65 0 20 0 64 3C 4F 64 14
Octal 105 145 0 40 0 144 74 117 144 24
Binary 1000101 1100101 0 100000 0 1100100 111100 1001111 1100100 10100

Color Harmonies of #456500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456500

Black with #456500

Text Example


Text Example

White with #456500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456500; }

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

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

background-color css

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

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

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

border-color css

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

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

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