#395956

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

Shades of Oracle #395956

Tints of Oracle #395956

Color information

#395956 (or 0x395956) is unknown color: approx Oracle. HEX triplet: 39, 59 and 56. RGB value is (57,89,86). Sum of RGB (Red+Green+Blue) = 57+89+86=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #395956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395956 is #C6A6A9. Grayscale: #4F4F4F. Windows color (decimal): -13018794 or 5658937. OLE color: 5658937.

HSL color Cylindrical-coordinate representation of color #395956: hue angle of 174.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395956 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB578986-
CMYK0.3600.030.65
HSL174.38º21.92%28.63%-
HSV(B)174.38º35.96%34.9%-
XYZ6.948.6910.12-
YUV79.09131.9112.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=24.57%
G=38.36%
B=37.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789860.3600.030.65174.3821.9228.63
Hex395956240341ae161d
Octal7113112644031012562635
Binary111001101100110101101001000111000001101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395956; }

 p { color: rgb(57,89,86); }

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

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

 a { background-color: rgb(57,89,86); }

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

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

 span { border-color: rgb(57,89,86); }

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