#37615B

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

Shades of Oracle #37615B

Tints of Oracle #37615B

Color information

#37615B (or 0x37615B) is unknown color: approx Oracle. HEX triplet: 37, 61 and 5B. RGB value is (55,97,91). Sum of RGB (Red+Green+Blue) = 55+97+91=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #37615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37615B is #C89EA4. Grayscale: #535353. Windows color (decimal): -13147813 or 5988663. OLE color: 5988663.

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

Color convert

RGB559791-
CMYK0.4300.060.62
HSL171.43º27.63%29.8%-
HSV(B)171.43º43.3%38.04%-
XYZ7.7410.1211.44-
YUV83.76132.09107.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=22.63%
G=39.92%
B=37.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597910.4300.060.62171.4327.6329.8
Hex37615B2B063Eab1c1e
Octal671411335306762533436
Binary110111110000110110111010110110111110101010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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