#37615D

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

Shades of Oracle #37615D

Tints of Oracle #37615D

Color information

#37615D (or 0x37615D) is unknown color: approx Oracle. HEX triplet: 37, 61 and 5D. RGB value is (55,97,93). Sum of RGB (Red+Green+Blue) = 55+97+93=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #37615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37615D is #C89EA2. Grayscale: #535353. Windows color (decimal): -13147811 or 6119735. OLE color: 6119735.

HSL color Cylindrical-coordinate representation of color #37615D: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37615D is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB559793-
CMYK0.4300.040.62
HSL174.29º27.63%29.8%-
HSV(B)174.29º43.3%38.04%-
XYZ7.8310.1511.9-
YUV83.99133.09107.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=22.45%
G=39.59%
B=37.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597930.4300.040.62174.2927.6329.8
Hex37615D2B043Eae1c1e
Octal671411355304762563436
Binary110111110000110111011010110100111110101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37615D; }

 p { color: rgb(55,97,93); }

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

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

 a { background-color: rgb(55,97,93); }

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

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

 span { border-color: rgb(55,97,93); }

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