#395D58

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

Shades of Oracle #395D58

Tints of Oracle #395D58

Color information

#395D58 (or 0x395D58) is unknown color: approx Oracle. HEX triplet: 39, 5D and 58. RGB value is (57,93,88). Sum of RGB (Red+Green+Blue) = 57+93+88=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #395D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D58 is #C6A2A7. Grayscale: #515151. Windows color (decimal): -13017768 or 5791033. OLE color: 5791033.

HSL color Cylindrical-coordinate representation of color #395D58: hue angle of 171.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D58 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB579388-
CMYK0.3900.050.64
HSL171.67º24%29.41%-
HSV(B)171.67º38.71%36.47%-
XYZ7.369.410.66-
YUV81.67131.57110.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=23.95%
G=39.08%
B=36.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793880.3900.050.64171.672429.41
Hex395D58270540ac181d
Octal7113513047051002543035
Binary1110011011101101100010011101011000000101011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395D58; }

 p { color: rgb(57,93,88); }

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

<style>
 a { background-color: #395D58; }

 a { background-color: rgb(57,93,88); }

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

<style>
 span { border-color: #395D58; }

 span { border-color: rgb(57,93,88); }

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