#336160

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

Shades of Oracle #336160

Tints of Oracle #336160

Color information

#336160 (or 0x336160) is unknown color: approx Oracle. HEX triplet: 33, 61 and 60. RGB value is (51,97,96). Sum of RGB (Red+Green+Blue) = 51+97+96=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #336160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336160 is #CC9E9F. Grayscale: #535353. Windows color (decimal): -13409952 or 6316339. OLE color: 6316339.

HSL color Cylindrical-coordinate representation of color #336160: hue angle of 178.7º 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 #336160 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB519796-
CMYK0.4700.010.62
HSL178.7º31.08%29.02%-
HSV(B)178.7º47.42%38.04%-
XYZ7.7510.112.61-
YUV83.13135.26105.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=20.90%
G=39.75%
B=39.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197960.4700.010.62178.731.0829.02
Hex3361602F013Eb31f1d
Octal631411405701762633735
Binary1100111100001110000010111101111110101100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336160; }

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

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

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

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

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

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

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

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