#33615F

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

Shades of Oracle #33615F

Tints of Oracle #33615F

Color information

#33615F (or 0x33615F) is unknown color: approx Oracle. HEX triplet: 33, 61 and 5F. RGB value is (51,97,95). Sum of RGB (Red+Green+Blue) = 51+97+95=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #33615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33615F is #CC9EA0. Grayscale: #525252. Windows color (decimal): -13409953 or 6250803. OLE color: 6250803.

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

Color convert

RGB519795-
CMYK0.4700.020.62
HSL177.39º31.08%29.02%-
HSV(B)177.39º47.42%38.04%-
XYZ7.7110.0812.37-
YUV83.02134.76105.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=20.99%
G=39.92%
B=39.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197950.4700.020.62177.3931.0829.02
Hex33615F2F023Eb11f1d
Octal631411375702762613735
Binary11001111000011011111101111010111110101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33615F; }

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

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

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

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

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

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

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

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