#415152

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

Shades of Oracle #415152

Tints of Oracle #415152

Color information

#415152 (or 0x415152) is unknown color: approx Oracle. HEX triplet: 41, 51 and 52. RGB value is (65,81,82). Sum of RGB (Red+Green+Blue) = 65+81+82=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #415152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415152 is #BEAEAD. Grayscale: #4C4C4C. Windows color (decimal): -12496558 or 5394753. OLE color: 5394753.

HSL color Cylindrical-coordinate representation of color #415152: hue angle of 183.53º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415152 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB658182-
CMYK0.210.0100.68
HSL183.53º11.56%28.82%-
HSV(B)183.53º20.73%32.16%-
XYZ6.657.629.1-
YUV76.33131.2119.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=28.51%
G=35.53%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581820.210.0100.68183.5311.5628.82
Hex415152151044b8c1d
Octal10112112225101042701435
Binary1000001101000110100101010110100010010111000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415152; }

 p { color: rgb(65,81,82); }

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

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

 a { background-color: rgb(65,81,82); }

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

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

 span { border-color: rgb(65,81,82); }

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