#336060

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

Shades of Oracle #336060

Tints of Oracle #336060

Color information

#336060 (or 0x336060) is unknown color: approx Oracle. HEX triplet: 33, 60 and 60. RGB value is (51,96,96). Sum of RGB (Red+Green+Blue) = 51+96+96=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #336060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336060 is #CC9F9F. Grayscale: #525252. Windows color (decimal): -13410208 or 6316083. OLE color: 6316083.

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

Color convert

RGB519696-
CMYK0.47000.62
HSL180º30.61%28.82%-
HSV(B)180º46.88%37.65%-
XYZ7.669.9112.58-
YUV82.54135.59105.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=20.99%
G=39.51%
B=39.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196960.47000.6218030.6128.82
Hex3360602F003Eb41f1d
Octal631401405700762643735
Binary1100111100000110000010111100111110101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336060; }

 p { color: rgb(51,96,96); }

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

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

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

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

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

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

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