Html Css Color HEX #396363 Oracle

📋 copy color: '#396363'

red 57 ◦ green 99 ◦ blue 99

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

Shades of Oracle #396363

Tints of Oracle #396363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 22.35%
G = 38.82%
B = 38.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#396363 (or 0x396363) is known color: Oracle. HEX triplet: 39, 63 and 63. RGB value is (57,99,99). Sum of RGB (Red+Green+Blue) = 57+99+99=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #396363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396363 is #C69C9C. Grayscale: #565656. Windows color (decimal): -13016221 or 6513465. OLE color: 6513465.

HSL color Cylindrical-coordinate representation of color #396363: hue angle of 180º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396363 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 99 -
CMYK 0.42 0 0 0.61
HSL 180º 0.27% 0.31% -
HSV(B) 180º 0.42% 0.39% -
XYZ 8.4 10.69 13.43 -
YUV 86.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 57 99 99 0.42 0 0 0.61 180 0.27 0.31
Hex 39 63 63 2A 0 0 3D B4 1B 1F
Octal 71 143 143 52 0 0 75 264 33 37
Binary 111001 1100011 1100011 101010 0 0 111101 10110100 11011 11111

Color Harmonies of #396363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396363

Black with #396363

Text Example


Text Example

White with #396363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396363; }

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

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

background-color css

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

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

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

border-color css

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

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

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