#376360

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

Shades of Oracle #376360

Tints of Oracle #376360

Color information

#376360 (or 0x376360) is unknown color: approx Oracle. HEX triplet: 37, 63 and 60. RGB value is (55,99,96). Sum of RGB (Red+Green+Blue) = 55+99+96=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #376360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376360 is #C89C9F. Grayscale: #555555. Windows color (decimal): -13147296 or 6316855. OLE color: 6316855.

HSL color Cylindrical-coordinate representation of color #376360: hue angle of 175.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376360 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB559996-
CMYK0.4400.030.61
HSL175.91º28.57%30.2%-
HSV(B)175.91º44.44%38.82%-
XYZ8.1510.5812.68-
YUV85.5133.92106.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=22%
G=39.6%
B=38.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5599960.4400.030.61175.9128.5730.2
Hex3763602C033Db01d1e
Octal671431405403752603536
Binary11011111000111100000101100011111101101100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376360; }

 p { color: rgb(55,99,96); }

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

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

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

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

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

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

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