#5A7B26

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

Shades of Dark Olive Green #5A7B26

Tints of Dark Olive Green #5A7B26

Color information

#5A7B26 (or 0x5A7B26) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 7B and 26. RGB value is (90,123,38). Sum of RGB (Red+Green+Blue) = 90+123+38=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7B26 is #A584D9. Grayscale: #676767. Windows color (decimal): -10847450 or 2521946. OLE color: 2521946.

HSL color Cylindrical-coordinate representation of color #5A7B26: hue angle of 83.29º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A7B26 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB9012338-
CMYK0.2700.690.52
HSL83.29º52.8%31.57%-
HSV(B)83.29º69.11%48.24%-
XYZ11.6516.484.4-
YUV103.4491.07118.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 123 (48.44% from 255) = 49.00%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=35.86%
G=49.00%
B=15.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90123380.2700.690.5283.2952.831.57
Hex5A7B261B04534533520
Octal13217346330105641236540
Binary1011010111101110011011011010001011101001010011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7B26; }

 p { color: rgb(90,123,38); }

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

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

 a { background-color: rgb(90,123,38); }

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

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

 span { border-color: rgb(90,123,38); }

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