Html Css Color HEX #454B05 Verdun Green

📋 copy color: '#454B05'

red 69 ◦ green 75 ◦ blue 5

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

Shades of Verdun Green #454B05

Tints of Verdun Green #454B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.34%

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

R = 46.31%
G = 50.34%
B = 3.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#454B05 (or 0x454B05) is known color: Verdun Green. HEX triplet: 45, 4B and 05. RGB value is (69,75,5). Sum of RGB (Red+Green+Blue) = 69+75+5=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #454B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454B05 is #BAB4FA. Grayscale: #414141. Windows color (decimal): -12236027 or 346949. OLE color: 346949.

HSL color Cylindrical-coordinate representation of color #454B05: hue angle of 65.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #454B05 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 75 5 -
CMYK 0.08 0 0.93 0.71
HSL 65.14º 0.88% 0.16% -
HSV(B) 65.14º 0.93% 0.29% -
XYZ 5 6.31 1.1 -
YUV 65.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 69 75 5 0.08 0 0.93 0.71 65.14 0.88 0.16
Hex 45 4B 5 8 0 5D 47 41 58 10
Octal 105 113 5 10 0 135 107 101 130 20
Binary 1000101 1001011 101 1000 0 1011101 1000111 1000001 1011000 10000

Color Harmonies of #454B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B05

Black with #454B05

Text Example


Text Example

White with #454B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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