#3D605C

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

Shades of Oracle #3D605C

Tints of Oracle #3D605C

Color information

#3D605C (or 0x3D605C) is unknown color: approx Oracle. HEX triplet: 3D, 60 and 5C. RGB value is (61,96,92). Sum of RGB (Red+Green+Blue) = 61+96+92=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #3D605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D605C is #C29FA3. Grayscale: #555555. Windows color (decimal): -12754852 or 6053949. OLE color: 6053949.

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

Color convert

RGB619692-
CMYK0.3600.040.62
HSL173.14º22.29%30.78%-
HSV(B)173.14º36.46%37.65%-
XYZ8.0410.1311.66-
YUV85.08131.9110.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=24.50%
G=38.55%
B=36.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196920.3600.040.62173.1422.2930.78
Hex3D605C24043Ead161f
Octal751401344404762552637
Binary111101110000010111001001000100111110101011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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