#375555

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

Shades of Oracle #375555

Tints of Oracle #375555

Color information

#375555 (or 0x375555) is unknown color: approx Oracle. HEX triplet: 37, 55 and 55. RGB value is (55,85,85). Sum of RGB (Red+Green+Blue) = 55+85+85=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #375555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375555 is #C8AAAA. Grayscale: #4C4C4C. Windows color (decimal): -13150891 or 5592375. OLE color: 5592375.

HSL color Cylindrical-coordinate representation of color #375555: hue angle of 180º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375555 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB558585-
CMYK0.35000.67
HSL180º21.43%27.45%-
HSV(B)180º35.29%33.33%-
XYZ6.467.979.79-
YUV76.03133.06113-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=24.44%
G=37.78%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585850.35000.6718021.4327.45
Hex375555230043b4151b
Octal6712512543001032642533
Binary11011110101011010101100011001000011101101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375555; }

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

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

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

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

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

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

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

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