#3D5452

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

Shades of Oracle #3D5452

Tints of Oracle #3D5452

Color information

#3D5452 (or 0x3D5452) is unknown color: approx Oracle. HEX triplet: 3D, 54 and 52. RGB value is (61,84,82). Sum of RGB (Red+Green+Blue) = 61+84+82=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5452 is #C2ABAD. Grayscale: #4C4C4C. Windows color (decimal): -12757934 or 5395517. OLE color: 5395517.

HSL color Cylindrical-coordinate representation of color #3D5452: hue angle of 174.78º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5452 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB618482-
CMYK0.2700.020.67
HSL174.78º15.86%28.43%-
HSV(B)174.78º27.38%32.94%-
XYZ6.627.949.17-
YUV76.9130.88116.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=26.87%
G=37.00%
B=36.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6184820.2700.020.67174.7815.8628.43
Hex3D54521B0243af101c
Octal7512412233021032572034
Binary11110110101001010010110110101000011101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,82); }

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

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

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

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

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

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

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