#3A5C5A

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

Shades of Oracle #3A5C5A

Tints of Oracle #3A5C5A

Color information

#3A5C5A (or 0x3A5C5A) is unknown color: approx Oracle. HEX triplet: 3A, 5C and 5A. RGB value is (58,92,90). Sum of RGB (Red+Green+Blue) = 58+92+90=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C5A is #C5A3A5. Grayscale: #515151. Windows color (decimal): -12952486 or 5921850. OLE color: 5921850.

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

Color convert

RGB589290-
CMYK0.3700.020.64
HSL176.47º22.67%29.41%-
HSV(B)176.47º36.96%36.08%-
XYZ7.429.2911.08-
YUV81.61132.74111.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=24.17%
G=38.33%
B=37.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5892900.3700.020.64176.4722.6729.41
Hex3A5C5A250240b0171d
Octal7213413245021002602735
Binary111010101110010110101001010101000000101100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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