#3D5F5A

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

Shades of Oracle #3D5F5A

Tints of Oracle #3D5F5A

Color information

#3D5F5A (or 0x3D5F5A) is unknown color: approx Oracle. HEX triplet: 3D, 5F and 5A. RGB value is (61,95,90). Sum of RGB (Red+Green+Blue) = 61+95+90=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F5A is #C2A0A5. Grayscale: #545454. Windows color (decimal): -12755110 or 5922621. OLE color: 5922621.

HSL color Cylindrical-coordinate representation of color #3D5F5A: hue angle of 171.18º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F5A is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB619590-
CMYK0.3600.050.63
HSL171.18º21.79%30.59%-
HSV(B)171.18º35.79%37.25%-
XYZ7.869.9111.17-
YUV84.26131.24111.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=24.80%
G=38.62%
B=36.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195900.3600.050.63171.1821.7930.59
Hex3D5F5A24053Fab161f
Octal751371324405772532637
Binary111101101111110110101001000101111111101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5F5A; }

 p { color: rgb(61,95,90); }

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

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

 a { background-color: rgb(61,95,90); }

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

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

 span { border-color: rgb(61,95,90); }

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