#37635E

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

Shades of Oracle #37635E

Tints of Oracle #37635E

Color information

#37635E (or 0x37635E) is unknown color: approx Oracle. HEX triplet: 37, 63 and 5E. RGB value is (55,99,94). Sum of RGB (Red+Green+Blue) = 55+99+94=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #37635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37635E is #C89CA1. Grayscale: #555555. Windows color (decimal): -13147298 or 6185783. OLE color: 6185783.

HSL color Cylindrical-coordinate representation of color #37635E: hue angle of 173.18º 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 #37635E is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB559994-
CMYK0.4400.050.61
HSL173.18º28.57%30.2%-
HSV(B)173.18º44.44%38.82%-
XYZ8.0610.5412.2-
YUV85.27132.92106.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=22.18%
G=39.92%
B=37.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5599940.4400.050.61173.1828.5730.2
Hex37635E2C053Dad1d1e
Octal671431365405752553536
Binary110111110001110111101011000101111101101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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