Html Css Color HEX #454F05 Verdun Green

📋 copy color: '#454F05'

red 69 ◦ green 79 ◦ blue 5

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

Shades of Verdun Green #454F05

Tints of Verdun Green #454F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 51.63%

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 45.1%
G = 51.63%
B = 3.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#454F05 (or 0x454F05) is known color: Verdun Green. HEX triplet: 45, 4F and 05. RGB value is (69,79,5). Sum of RGB (Red+Green+Blue) = 69+79+5=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #454F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454F05 is #BAB0FA. Grayscale: #434343. Windows color (decimal): -12235003 or 347973. OLE color: 347973.

HSL color Cylindrical-coordinate representation of color #454F05: hue angle of 68.11º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #454F05 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 79 5 -
CMYK 0.13 0 0.94 0.69
HSL 68.11º 0.88% 0.16% -
HSV(B) 68.11º 0.94% 0.31% -
XYZ 5.28 6.87 1.19 -
YUV 67.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 69 79 5 0.13 0 0.94 0.69 68.11 0.88 0.16
Hex 45 4F 5 D 0 5E 45 44 58 10
Octal 105 117 5 15 0 136 105 104 130 20
Binary 1000101 1001111 101 1101 0 1011110 1000101 1000100 1011000 10000

Color Harmonies of #454F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454F05

Black with #454F05

Text Example


Text Example

White with #454F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,79,5); }

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

background-color css

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

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

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

border-color css

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

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

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