Html Css Color HEX #454B21 Army green

📋 copy color: '#454B21'

red 69 ◦ green 75 ◦ blue 33

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

Shades of Army green #454B21

Tints of Army green #454B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 38.98%
G = 42.37%
B = 18.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#454B21 (or 0x454B21) is known color: Army green. HEX triplet: 45, 4B and 21. RGB value is (69,75,33). Sum of RGB (Red+Green+Blue) = 69+75+33=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #454B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B21 is #BAB4DE. Grayscale: #444444. Windows color (decimal): -12235999 or 2181957. OLE color: 2181957.

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

Color convert

RGB 69 75 33 -
CMYK 0.08 0 0.56 0.71
HSL 68.57º 0.39% 0.21% -
HSV(B) 68.57º 0.56% 0.29% -
XYZ 5.24 6.41 2.4 -
YUV 68.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 69 75 33 0.08 0 0.56 0.71 68.57 0.39 0.21
Hex 45 4B 21 8 0 38 47 45 27 15
Octal 105 113 41 10 0 70 107 105 47 25
Binary 1000101 1001011 100001 1000 0 111000 1000111 1000101 100111 10101

Color Harmonies of #454B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B21

Black with #454B21

Text Example


Text Example

White with #454B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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