#39605D

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

Shades of Oracle #39605D

Tints of Oracle #39605D

Color information

#39605D (or 0x39605D) is unknown color: approx Oracle. HEX triplet: 39, 60 and 5D. RGB value is (57,96,93). Sum of RGB (Red+Green+Blue) = 57+96+93=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #39605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39605D is #C69FA2. Grayscale: #535353. Windows color (decimal): -13016995 or 6119481. OLE color: 6119481.

HSL color Cylindrical-coordinate representation of color #39605D: hue angle of 175.38º 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 #39605D is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB579693-
CMYK0.4100.030.62
HSL175.38º25.49%30%-
HSV(B)175.38º40.62%37.65%-
XYZ7.8510.0311.88-
YUV84133.08108.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=23.17%
G=39.02%
B=37.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796930.4100.030.62175.3825.4930
Hex39605D29033Eaf191e
Octal711401355103762573136
Binary11100111000001011101101001011111110101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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