#3D6060

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

Shades of Oracle #3D6060

Tints of Oracle #3D6060

Color information

#3D6060 (or 0x3D6060) is unknown color: approx Oracle. HEX triplet: 3D, 60 and 60. RGB value is (61,96,96). Sum of RGB (Red+Green+Blue) = 61+96+96=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #3D6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6060 is #C29F9F. Grayscale: #555555. Windows color (decimal): -12754848 or 6316093. OLE color: 6316093.

HSL color Cylindrical-coordinate representation of color #3D6060: hue angle of 180º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D6060 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB619696-
CMYK0.36000.62
HSL180º22.29%30.78%-
HSV(B)180º36.46%37.65%-
XYZ8.2210.212.6-
YUV85.54133.9110.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=24.11%
G=37.94%
B=37.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196960.36000.6218022.2930.78
Hex3D606024003Eb4161f
Octal751401404400762642637
Binary1111011100000110000010010000111110101101001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,96); }

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

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

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

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

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

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

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