#326462

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

Shades of Oracle #326462

Tints of Oracle #326462

Color information

#326462 (or 0x326462) is unknown color: approx Oracle. HEX triplet: 32, 64 and 62. RGB value is (50,100,98). Sum of RGB (Red+Green+Blue) = 50+100+98=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #326462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326462 is #CD9B9D. Grayscale: #545454. Windows color (decimal): -13474718 or 6448178. OLE color: 6448178.

HSL color Cylindrical-coordinate representation of color #326462: hue angle of 177.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326462 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB5010098-
CMYK0.5000.020.61
HSL177.6º33.33%29.41%-
HSV(B)177.6º50%39.22%-
XYZ8.0810.6713.19-
YUV84.82135.44103.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=20.16%
G=40.32%
B=39.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100980.5000.020.61177.633.3329.41
Hex32646232023Db2211d
Octal621441426202752624135
Binary110010110010011000101100100101111011011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326462; }

 p { color: rgb(50,100,98); }

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

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

 a { background-color: rgb(50,100,98); }

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

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

 span { border-color: rgb(50,100,98); }

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