#336161

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

Shades of Oracle #336161

Tints of Oracle #336161

Color information

#336161 (or 0x336161) is unknown color: approx Oracle. HEX triplet: 33, 61 and 61. RGB value is (51,97,97). Sum of RGB (Red+Green+Blue) = 51+97+97=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #336161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336161 is #CC9E9E. Grayscale: #535353. Windows color (decimal): -13409951 or 6381875. OLE color: 6381875.

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

Color convert

RGB519797-
CMYK0.47000.62
HSL180º31.08%29.02%-
HSV(B)180º47.42%38.04%-
XYZ7.810.1212.85-
YUV83.25135.76105-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=20.82%
G=39.59%
B=39.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197970.47000.6218031.0829.02
Hex3361612F003Eb41f1d
Octal631411415700762643735
Binary1100111100001110000110111100111110101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336161; }

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

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

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

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

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

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

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

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