#41595B

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

Shades of Oracle #41595B

Tints of Oracle #41595B

Color information

#41595B (or 0x41595B) is unknown color: approx Oracle. HEX triplet: 41, 59 and 5B. RGB value is (65,89,91). Sum of RGB (Red+Green+Blue) = 65+89+91=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #41595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41595B is #BEA6A4. Grayscale: #525252. Windows color (decimal): -12494501 or 5986625. OLE color: 5986625.

HSL color Cylindrical-coordinate representation of color #41595B: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41595B is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658991-
CMYK0.290.0200.64
HSL184.62º16.67%30.59%-
HSV(B)184.62º28.57%35.69%-
XYZ7.649.0211.24-
YUV82.05133.05115.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=26.53%
G=36.33%
B=37.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6589910.290.0200.64184.6216.6730.59
Hex41595B1D2040b9111f
Octal10113113335201002712137
Binary100000110110011011011111011001000000101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41595B; }

 p { color: rgb(65,89,91); }

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

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

 a { background-color: rgb(65,89,91); }

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

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

 span { border-color: rgb(65,89,91); }

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