#375956

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

Shades of Oracle #375956

Tints of Oracle #375956

Color information

#375956 (or 0x375956) is unknown color: approx Oracle. HEX triplet: 37, 59 and 56. RGB value is (55,89,86). Sum of RGB (Red+Green+Blue) = 55+89+86=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #375956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375956 is #C8A6A9. Grayscale: #4E4E4E. Windows color (decimal): -13149866 or 5658935. OLE color: 5658935.

HSL color Cylindrical-coordinate representation of color #375956: hue angle of 174.71º 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 #375956 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB558986-
CMYK0.3800.030.65
HSL174.71º23.61%28.24%-
HSV(B)174.71º38.2%34.9%-
XYZ6.838.6310.11-
YUV78.49132.24111.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=23.91%
G=38.70%
B=37.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589860.3800.030.65174.7123.6128.24
Hex375956260341af181c
Octal6713112646031012573034
Binary110111101100110101101001100111000001101011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375956; }

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

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

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

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

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

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

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

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