Html Css Color HEX #454A00 Verdun Green

📋 copy color: '#454A00'

red 69 ◦ green 74 ◦ blue 0

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

Shades of Verdun Green #454A00

Tints of Verdun Green #454A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 51.75%

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

R = 48.25%
G = 51.75%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#454A00 (or 0x454A00) is known color: Verdun Green. HEX triplet: 45, 4A and 00. RGB value is (69,74,0). Sum of RGB (Red+Green+Blue) = 69+74+0=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #454A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454A00 is #BAB5FF. Grayscale: #404040. Windows color (decimal): -12236288 or 19013. OLE color: 19013.

HSL color Cylindrical-coordinate representation of color #454A00: hue angle of 64.05º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #454A00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 74 0 -
CMYK 0.07 0 1 0.71
HSL 64.05º 1% 0.15% -
HSV(B) 64.05º 1% 0.29% -
XYZ 4.9 6.16 0.93 -
YUV 64.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 69 74 0 0.07 0 1 0.71 64.05 1 0.15
Hex 45 4A 0 7 0 64 47 40 64 F
Octal 105 112 0 7 0 144 107 100 144 17
Binary 1000101 1001010 0 111 0 1100100 1000111 1000000 1100100 1111

Color Harmonies of #454A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A00

Black with #454A00

Text Example


Text Example

White with #454A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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