#37625C

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

Shades of Oracle #37625C

Tints of Oracle #37625C

Color information

#37625C (or 0x37625C) is unknown color: approx Oracle. HEX triplet: 37, 62 and 5C. RGB value is (55,98,92). Sum of RGB (Red+Green+Blue) = 55+98+92=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #37625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37625C is #C89DA3. Grayscale: #545454. Windows color (decimal): -13147556 or 6054455. OLE color: 6054455.

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

Color convert

RGB559892-
CMYK0.4400.060.62
HSL171.63º28.1%30%-
HSV(B)171.63º43.88%38.43%-
XYZ7.8710.3211.7-
YUV84.46132.25106.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=22.45%
G=40%
B=37.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598920.4400.060.62171.6328.130
Hex37625C2C063Eac1c1e
Octal671421345406762543436
Binary110111110001010111001011000110111110101011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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