#336360

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

Shades of Oracle #336360

Tints of Oracle #336360

Color information

#336360 (or 0x336360) is unknown color: approx Oracle. HEX triplet: 33, 63 and 60. RGB value is (51,99,96). Sum of RGB (Red+Green+Blue) = 51+99+96=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #336360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336360 is #CC9C9F. Grayscale: #545454. Windows color (decimal): -13409440 or 6316851. OLE color: 6316851.

HSL color Cylindrical-coordinate representation of color #336360: hue angle of 176.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336360 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB519996-
CMYK0.4800.030.61
HSL176.25º32%29.41%-
HSV(B)176.25º48.48%38.82%-
XYZ7.9410.4712.67-
YUV84.31134.6104.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=20.73%
G=40.24%
B=39.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199960.4800.030.61176.253229.41
Hex33636030033Db0201d
Octal631431406003752604035
Binary110011110001111000001100000111111011011000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336360; }

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

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

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

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

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

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

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

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