#3A5D5A

Color #3A5D5A Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #3A5D5A

Tints of Oracle #3A5D5A

Color information

#3A5D5A (or 0x3A5D5A) is unknown color: approx Oracle. HEX triplet: 3A, 5D and 5A. RGB value is (58,93,90). Sum of RGB (Red+Green+Blue) = 58+93+90=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5D5A is #C5A2A5. Grayscale: #525252. Windows color (decimal): -12952230 or 5922106. OLE color: 5922106.

HSL color Cylindrical-coordinate representation of color #3A5D5A: hue angle of 174.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5D5A is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB589390-
CMYK0.3800.030.64
HSL174.86º23.18%29.61%-
HSV(B)174.86º37.63%36.47%-
XYZ7.59.4711.1-
YUV82.19132.4110.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=24.07%
G=38.59%
B=37.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5893900.3800.030.64174.8623.1829.61
Hex3A5D5A260340af171e
Octal7213513246031002572736
Binary111010101110110110101001100111000000101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5D5A; }

 p { color: rgb(58,93,90); }

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

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

 a { background-color: rgb(58,93,90); }

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

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

 span { border-color: rgb(58,93,90); }

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