Html Css Color HEX #396160 Oracle

📋 copy color: '#396160'

red 57 ◦ green 97 ◦ blue 96

#396160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #396160

Tints of Oracle #396160

RGB

 RED value IS 57 (22.66% from 255) = 22.8%

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 22.8%
G = 38.8%
B = 38.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#396160 (or 0x396160) is known color: Oracle. HEX triplet: 39, 61 and 60. RGB value is (57,97,96). Sum of RGB (Red+Green+Blue) = 57+97+96=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #396160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396160 is #C69E9F. Grayscale: #545454. Windows color (decimal): -13016736 or 6316345. OLE color: 6316345.

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

Color convert

RGB 57 97 96 -
CMYK 0.41 0 0.01 0.62
HSL 178.5º 0.26% 0.3% -
HSV(B) 178.5º 0.41% 0.38% -
XYZ 8.07 10.26 12.62 -
YUV 84.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 57 97 96 0.41 0 0.01 0.62 178.5 0.26 0.3
Hex 39 61 60 29 0 1 3E B2 1A 1E
Octal 71 141 140 51 0 1 76 262 32 36
Binary 111001 1100001 1100000 101001 0 1 111110 10110010 11010 11110

Color Harmonies of #396160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396160

Black with #396160

Text Example


Text Example

White with #396160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396160; }

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

 H1.HeaderClassName
 {
   color: #396160;
 }
 .AnyTagClassName
 {
   color: #396160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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