#375958

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

Shades of Oracle #375958

Tints of Oracle #375958

Color information

#375958 (or 0x375958) is unknown color: approx Oracle. HEX triplet: 37, 59 and 58. RGB value is (55,89,88). Sum of RGB (Red+Green+Blue) = 55+89+88=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #375958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375958 is #C8A6A7. Grayscale: #4E4E4E. Windows color (decimal): -13149864 or 5790007. OLE color: 5790007.

HSL color Cylindrical-coordinate representation of color #375958: hue angle of 178.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375958 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB558988-
CMYK0.3800.010.65
HSL178.24º23.61%28.24%-
HSV(B)178.24º38.2%34.9%-
XYZ6.918.6610.54-
YUV78.72133.24111.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=23.71%
G=38.36%
B=37.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589880.3800.010.65178.2423.6128.24
Hex375958260141b2181c
Octal6713113046011012623034
Binary11011110110011011000100110011000001101100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375958; }

 p { color: rgb(55,89,88); }

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

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

 a { background-color: rgb(55,89,88); }

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

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

 span { border-color: rgb(55,89,88); }

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