Html Css Color HEX #454500 Verdun Green

📋 copy color: '#454500'

red 69 ◦ green 69 ◦ blue 0

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

Shades of Verdun Green #454500

Tints of Verdun Green #454500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#454500 (or 0x454500) is known color: Verdun Green. HEX triplet: 45, 45 and 00. RGB value is (69,69,0). Sum of RGB (Red+Green+Blue) = 69+69+0=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454500 is #BABAFF. Grayscale: #3D3D3D. Windows color (decimal): -12237568 or 17733. OLE color: 17733.

HSL color Cylindrical-coordinate representation of color #454500: hue angle of 60º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #454500 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 69 0 -
CMYK 0 0 1 0.73
HSL 60º 1% 0.14% -
HSV(B) 60º 1% 0.27% -
XYZ 4.58 5.52 0.82 -
YUV 61.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 69 69 0 0 0 1 0.73 60 1 0.14
Hex 45 45 0 0 0 64 49 3C 64 E
Octal 105 105 0 0 0 144 111 74 144 16
Binary 1000101 1000101 0 0 0 1100100 1001001 111100 1100100 1110

Color Harmonies of #454500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454500

Black with #454500

Text Example


Text Example

White with #454500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454500; }

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

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

background-color css

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

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

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

border-color css

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

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

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