#32615F

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

Shades of Oracle #32615F

Tints of Oracle #32615F

Color information

#32615F (or 0x32615F) is unknown color: approx Oracle. HEX triplet: 32, 61 and 5F. RGB value is (50,97,95). Sum of RGB (Red+Green+Blue) = 50+97+95=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #32615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32615F is #CD9EA0. Grayscale: #525252. Windows color (decimal): -13475489 or 6250802. OLE color: 6250802.

HSL color Cylindrical-coordinate representation of color #32615F: hue angle of 177.45º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32615F is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB509795-
CMYK0.4800.020.62
HSL177.45º31.97%28.82%-
HSV(B)177.45º48.45%38.04%-
XYZ7.6610.0512.36-
YUV82.72134.93104.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=20.66%
G=40.08%
B=39.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097950.4800.020.62177.4531.9728.82
Hex32615F30023Eb1201d
Octal621411376002762614035
Binary110010110000110111111100000101111101011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32615F; }

 p { color: rgb(50,97,95); }

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

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

 a { background-color: rgb(50,97,95); }

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

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

 span { border-color: rgb(50,97,95); }

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