#405252

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

Shades of Oracle #405252

Tints of Oracle #405252

Color information

#405252 (or 0x405252) is unknown color: approx Oracle. HEX triplet: 40, 52 and 52. RGB value is (64,82,82). Sum of RGB (Red+Green+Blue) = 64+82+82=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #405252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405252 is #BFADAD. Grayscale: #4C4C4C. Windows color (decimal): -12561838 or 5395008. OLE color: 5395008.

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

Color convert

RGB648282-
CMYK0.22000.68
HSL180º12.33%28.63%-
HSV(B)180º21.95%32.16%-
XYZ6.657.739.12-
YUV76.62131.04119-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=28.07%
G=35.96%
B=35.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482820.22000.6818012.3328.63
Hex405252160044b4c1d
Octal10012212226001042641435
Binary1000000101001010100101011000100010010110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405252; }

 p { color: rgb(64,82,82); }

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

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

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

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

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

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

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