#375655

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

Shades of Oracle #375655

Tints of Oracle #375655

Color information

#375655 (or 0x375655) is unknown color: approx Oracle. HEX triplet: 37, 56 and 55. RGB value is (55,86,85). Sum of RGB (Red+Green+Blue) = 55+86+85=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #375655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375655 is #C8A9AA. Grayscale: #4C4C4C. Windows color (decimal): -13150635 or 5592631. OLE color: 5592631.

HSL color Cylindrical-coordinate representation of color #375655: hue angle of 178.06º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375655 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB558685-
CMYK0.3600.010.66
HSL178.06º21.99%27.65%-
HSV(B)178.06º36.05%33.73%-
XYZ6.548.129.82-
YUV76.62132.73112.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=24.34%
G=38.05%
B=37.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586850.3600.010.66178.0621.9927.65
Hex375655240142b2161c
Octal6712612544011022622634
Binary11011110101101010101100100011000010101100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375655; }

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

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

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

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

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

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

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

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