#33605D

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

Shades of Oracle #33605D

Tints of Oracle #33605D

Color information

#33605D (or 0x33605D) is unknown color: approx Oracle. HEX triplet: 33, 60 and 5D. RGB value is (51,96,93). Sum of RGB (Red+Green+Blue) = 51+96+93=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #33605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33605D is #CC9FA2. Grayscale: #525252. Windows color (decimal): -13410211 or 6119475. OLE color: 6119475.

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

Color convert

RGB519693-
CMYK0.4700.030.62
HSL176º30.61%28.82%-
HSV(B)176º46.88%37.65%-
XYZ7.529.8611.86-
YUV82.2134.09105.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=21.25%
G=40%
B=38.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196930.4700.030.6217630.6128.82
Hex33605D2F033Eb01f1d
Octal631401355703762603735
Binary11001111000001011101101111011111110101100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33605D; }

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

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

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

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

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

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

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

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