Html Css Color HEX #456300 Verdun Green

📋 copy color: '#456300'

red 69 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #456300

Tints of Verdun Green #456300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.93%

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

R = 41.07%
G = 58.93%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#456300 (or 0x456300) is known color: Verdun Green. HEX triplet: 45, 63 and 00. RGB value is (69,99,0). Sum of RGB (Red+Green+Blue) = 69+99+0=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #456300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456300 is #BA9CFF. Grayscale: #4F4F4F. Windows color (decimal): -12229888 or 25413. OLE color: 25413.

HSL color Cylindrical-coordinate representation of color #456300: hue angle of 78.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #456300 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 99 0 -
CMYK 0.30 0 1 0.61
HSL 78.18º 1% 0.19% -
HSV(B) 78.18º 1% 0.39% -
XYZ 6.92 10.19 1.6 -
YUV 78.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 69 99 0 0.30 0 1 0.61 78.18 1 0.19
Hex 45 63 0 1E 0 64 3D 4E 64 13
Octal 105 143 0 36 0 144 75 116 144 23
Binary 1000101 1100011 0 11110 0 1100100 111101 1001110 1100100 10011

Color Harmonies of #456300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456300

Black with #456300

Text Example


Text Example

White with #456300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456300; }

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

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

background-color css

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

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

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

border-color css

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

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

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