#37625E

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

Shades of Oracle #37625E

Tints of Oracle #37625E

Color information

#37625E (or 0x37625E) is unknown color: approx Oracle. HEX triplet: 37, 62 and 5E. RGB value is (55,98,94). Sum of RGB (Red+Green+Blue) = 55+98+94=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #37625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37625E is #C89DA1. Grayscale: #545454. Windows color (decimal): -13147554 or 6185527. OLE color: 6185527.

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

Color convert

RGB559894-
CMYK0.4400.040.62
HSL174.42º28.1%30%-
HSV(B)174.42º43.88%38.43%-
XYZ7.9610.3612.17-
YUV84.69133.25106.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=22.27%
G=39.68%
B=38.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598940.4400.040.62174.4228.130
Hex37625E2C043Eae1c1e
Octal671421365404762563436
Binary110111110001010111101011000100111110101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37625E; }

 p { color: rgb(55,98,94); }

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

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

 a { background-color: rgb(55,98,94); }

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

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

 span { border-color: rgb(55,98,94); }

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