#3B5D5B

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

Shades of Oracle #3B5D5B

Tints of Oracle #3B5D5B

Color information

#3B5D5B (or 0x3B5D5B) is unknown color: approx Oracle. HEX triplet: 3B, 5D and 5B. RGB value is (59,93,91). Sum of RGB (Red+Green+Blue) = 59+93+91=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D5B is #C4A2A4. Grayscale: #525252. Windows color (decimal): -12886693 or 5987643. OLE color: 5987643.

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

Color convert

RGB599391-
CMYK0.3700.020.64
HSL176.47º22.37%29.8%-
HSV(B)176.47º36.56%36.47%-
XYZ7.619.5111.33-
YUV82.61132.74111.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.28%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=24.28%
G=38.27%
B=37.45%

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
Decimal5993910.3700.020.64176.4722.3729.8
Hex3B5D5B250240b0161e
Octal7313513345021002602636
Binary111011101110110110111001010101000000101100001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,91); }

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

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

 a { background-color: rgb(59,93,91); }

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

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

 span { border-color: rgb(59,93,91); }

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