#39615F

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

Shades of Oracle #39615F

Tints of Oracle #39615F

Color information

#39615F (or 0x39615F) is unknown color: approx Oracle. HEX triplet: 39, 61 and 5F. RGB value is (57,97,95). Sum of RGB (Red+Green+Blue) = 57+97+95=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #39615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39615F is #C69EA0. Grayscale: #545454. Windows color (decimal): -13016737 or 6250809. OLE color: 6250809.

HSL color Cylindrical-coordinate representation of color #39615F: hue angle of 177º degrees, saturation: 0.26, 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 #39615F is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB579795-
CMYK0.4100.020.62
HSL177º25.97%30.2%-
HSV(B)177º41.24%38.04%-
XYZ8.0310.2512.38-
YUV84.81133.75108.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=22.89%
G=38.96%
B=38.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797950.4100.020.6217725.9730.2
Hex39615F29023Eb11a1e
Octal711411375102762613236
Binary11100111000011011111101001010111110101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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