Html Css Color HEX #396060 Oracle

📋 copy color: '#396060'

red 57 ◦ green 96 ◦ blue 96

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

Shades of Oracle #396060

Tints of Oracle #396060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 22.89%
G = 38.55%
B = 38.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#396060 (or 0x396060) is known color: Oracle. HEX triplet: 39, 60 and 60. RGB value is (57,96,96). Sum of RGB (Red+Green+Blue) = 57+96+96=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #396060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396060 is #C69F9F. Grayscale: #545454. Windows color (decimal): -13016992 or 6316089. OLE color: 6316089.

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

Color convert

RGB 57 96 96 -
CMYK 0.41 0 0 0.62
HSL 180º 0.25% 0.3% -
HSV(B) 180º 0.41% 0.38% -
XYZ 7.98 10.08 12.59 -
YUV 84.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 57 96 96 0.41 0 0 0.62 180 0.25 0.3
Hex 39 60 60 29 0 0 3E B4 19 1E
Octal 71 140 140 51 0 0 76 264 31 36
Binary 111001 1100000 1100000 101001 0 0 111110 10110100 11001 11110

Color Harmonies of #396060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396060

Black with #396060

Text Example


Text Example

White with #396060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396060; }

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

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

background-color css

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

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

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

border-color css

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

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

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