#39605F

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

Shades of Oracle #39605F

Tints of Oracle #39605F

Color information

#39605F (or 0x39605F) is unknown color: approx Oracle. HEX triplet: 39, 60 and 5F. RGB value is (57,96,95). Sum of RGB (Red+Green+Blue) = 57+96+95=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #39605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39605F is #C69FA0. Grayscale: #545454. Windows color (decimal): -13016993 or 6250553. OLE color: 6250553.

HSL color Cylindrical-coordinate representation of color #39605F: hue angle of 178.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39605F is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB579695-
CMYK0.4100.010.62
HSL178.46º25.49%30%-
HSV(B)178.46º40.62%37.65%-
XYZ7.9410.0612.35-
YUV84.22134.08108.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=22.98%
G=38.71%
B=38.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796950.4100.010.62178.4625.4930
Hex39605F29013Eb2191e
Octal711401375101762623136
Binary1110011100000101111110100101111110101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39605F; }

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

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

<style>
 a { background-color: #39605F; }

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

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

<style>
 span { border-color: #39605F; }

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

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