#415E5D

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

Shades of Oracle #415E5D

Tints of Oracle #415E5D

Color information

#415E5D (or 0x415E5D) is unknown color: approx Oracle. HEX triplet: 41, 5E and 5D. RGB value is (65,94,93). Sum of RGB (Red+Green+Blue) = 65+94+93=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 94 - color contains mainly: green. Hex color #415E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E5D is #BEA1A2. Grayscale: #555555. Windows color (decimal): -12493219 or 6118977. OLE color: 6118977.

HSL color Cylindrical-coordinate representation of color #415E5D: hue angle of 177.93º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E5D is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB659493-
CMYK0.3100.010.63
HSL177.93º18.24%31.18%-
HSV(B)177.93º30.85%36.86%-
XYZ8.169.9211.84-
YUV85.22132.39113.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=25.79%
G=37.30%
B=36.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6594930.3100.010.63177.9318.2431.18
Hex415E5D1F013Fb2121f
Octal1011361353701772622237
Binary1000001101111010111011111101111111101100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E5D; }

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

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

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

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

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

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

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

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