#41605D

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

Shades of Oracle #41605D

Tints of Oracle #41605D

Color information

#41605D (or 0x41605D) is unknown color: approx Oracle. HEX triplet: 41, 60 and 5D. RGB value is (65,96,93). Sum of RGB (Red+Green+Blue) = 65+96+93=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #41605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41605D is #BE9FA2. Grayscale: #565656. Windows color (decimal): -12492707 or 6119489. OLE color: 6119489.

HSL color Cylindrical-coordinate representation of color #41605D: hue angle of 174.19º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41605D is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB659693-
CMYK0.3200.030.62
HSL174.19º19.25%31.57%-
HSV(B)174.19º32.29%37.65%-
XYZ8.3410.2811.9-
YUV86.39131.73112.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=25.59%
G=37.80%
B=36.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596930.3200.030.62174.1919.2531.57
Hex41605D20033Eae1320
Octal1011401354003762562340
Binary1000001110000010111011000000111111101010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41605D; }

 p { color: rgb(65,96,93); }

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

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

 a { background-color: rgb(65,96,93); }

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

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

 span { border-color: rgb(65,96,93); }

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