#3D605F

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

Shades of Oracle #3D605F

Tints of Oracle #3D605F

Color information

#3D605F (or 0x3D605F) is unknown color: approx Oracle. HEX triplet: 3D, 60 and 5F. RGB value is (61,96,95). Sum of RGB (Red+Green+Blue) = 61+96+95=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #3D605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D605F is #C29FA0. Grayscale: #555555. Windows color (decimal): -12754849 or 6250557. OLE color: 6250557.

HSL color Cylindrical-coordinate representation of color #3D605F: hue angle of 178.29º 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 #3D605F is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB619695-
CMYK0.3600.010.62
HSL178.29º22.29%30.78%-
HSV(B)178.29º36.46%37.65%-
XYZ8.1710.1812.36-
YUV85.42133.4110.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=24.21%
G=38.10%
B=37.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196950.3600.010.62178.2922.2930.78
Hex3D605F24013Eb2161f
Octal751401374401762622637
Binary1111011100000101111110010001111110101100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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