#AFB452

Color #AFB452 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AFB452

Tints of Olive Green #AFB452

Color information

#AFB452 (or 0xAFB452) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 52. RGB value is (175,180,82). Sum of RGB (Red+Green+Blue) = 175+180+82=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB452 is #504BAD. Grayscale: #A7A7A7. Windows color (decimal): -5262254 or 5420207. OLE color: 5420207.

HSL color Cylindrical-coordinate representation of color #AFB452: hue angle of 63.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFB452 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB17518082-
CMYK0.0300.540.29
HSL63.06º39.52%51.37%-
HSV(B)63.06º54.44%70.59%-
XYZ35.5242.3714.29-
YUV167.3379.84133.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 82 (32.42% from 255) = 18.76%
R=40.05%
G=41.19%
B=18.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180820.0300.540.2963.0639.5251.37
HexAFB45230361D3f2833
Octal257264122306635775063
Binary1010111110110100101001011011011011101111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB452; }

 p { color: rgb(175,180,82); }

 H1.HeaderClassName
 {
   color: #AFB452;
 }
 .AnyTagClassName
 {
   color: #AFB452;
 }
</style>
background-color css

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

 a { background-color: rgb(175,180,82); }

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

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

 span { border-color: rgb(175,180,82); }

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