#416360

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

Shades of Oracle #416360

Tints of Oracle #416360

Color information

#416360 (or 0x416360) is unknown color: approx Oracle. HEX triplet: 41, 63 and 60. RGB value is (65,99,96). Sum of RGB (Red+Green+Blue) = 65+99+96=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #416360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416360 is #BE9C9F. Grayscale: #585858. Windows color (decimal): -12491936 or 6316865. OLE color: 6316865.

HSL color Cylindrical-coordinate representation of color #416360: hue angle of 174.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416360 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB659996-
CMYK0.3400.030.61
HSL174.71º20.73%32.16%-
HSV(B)174.71º34.34%38.82%-
XYZ8.7510.8912.71-
YUV88.49132.24111.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=25%
G=38.08%
B=36.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599960.3400.030.61174.7120.7332.16
Hex41636022033Daf1520
Octal1011431404203752572540
Binary1000001110001111000001000100111111011010111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416360; }

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

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

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

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

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

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

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

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