#3A605A

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

Shades of Oracle #3A605A

Tints of Oracle #3A605A

Color information

#3A605A (or 0x3A605A) is unknown color: approx Oracle. HEX triplet: 3A, 60 and 5A. RGB value is (58,96,90). Sum of RGB (Red+Green+Blue) = 58+96+90=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #3A605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A605A is #C59FA5. Grayscale: #535353. Windows color (decimal): -12951462 or 5922874. OLE color: 5922874.

HSL color Cylindrical-coordinate representation of color #3A605A: hue angle of 170.53º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A605A is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB589690-
CMYK0.4000.060.62
HSL170.53º24.68%30.2%-
HSV(B)170.53º39.58%37.65%-
XYZ7.771011.19-
YUV83.95131.41109.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=23.77%
G=39.34%
B=36.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5896900.4000.060.62170.5324.6830.2
Hex3A605A28063Eab191e
Octal721401325006762533136
Binary111010110000010110101010000110111110101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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