#37605D

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

Shades of Oracle #37605D

Tints of Oracle #37605D

Color information

#37605D (or 0x37605D) is unknown color: approx Oracle. HEX triplet: 37, 60 and 5D. RGB value is (55,96,93). Sum of RGB (Red+Green+Blue) = 55+96+93=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #37605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37605D is #C89FA2. Grayscale: #535353. Windows color (decimal): -13148067 or 6119479. OLE color: 6119479.

HSL color Cylindrical-coordinate representation of color #37605D: hue angle of 175.61º degrees, saturation: 0.27, 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 #37605D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB559693-
CMYK0.4300.030.62
HSL175.61º27.15%29.61%-
HSV(B)175.61º42.71%37.65%-
XYZ7.739.9711.87-
YUV83.4133.42107.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=22.54%
G=39.34%
B=38.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596930.4300.030.62175.6127.1529.61
Hex37605D2B033Eb01b1e
Octal671401355303762603336
Binary11011111000001011101101011011111110101100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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