#396162

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

Shades of Oracle #396162

Tints of Oracle #396162

Color information

#396162 (or 0x396162) is unknown color: approx Oracle. HEX triplet: 39, 61 and 62. RGB value is (57,97,98). Sum of RGB (Red+Green+Blue) = 57+97+98=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #396162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396162 is #C69E9D. Grayscale: #555555. Windows color (decimal): -13016734 or 6447417. OLE color: 6447417.

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

Color convert

RGB579798-
CMYK0.420.0100.62
HSL181.46º26.45%30.39%-
HSV(B)181.46º41.84%38.43%-
XYZ8.1710.313.11-
YUV85.15135.25107.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=22.62%
G=38.49%
B=38.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797980.420.0100.62181.4626.4530.39
Hex3961622A103Eb51a1e
Octal711411425210762653236
Binary1110011100001110001010101010111110101101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396162; }

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

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

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

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

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

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

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

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