Html Css Color HEX #3D5959 Oracle

📋 copy color: '#3D5959'

red 61 ◦ green 89 ◦ blue 89

#3D5959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #3D5959

Tints of Oracle #3D5959

RGB

 RED value IS 61 (24.22% from 255) = 25.52%

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 89 (35.16% from 255) = 37.24%

R = 25.52%
G = 37.24%
B = 37.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D5959 (or 0x3D5959) is known color: Oracle. HEX triplet: 3D, 59 and 59. RGB value is (61,89,89). Sum of RGB (Red+Green+Blue) = 61+89+89=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #3D5959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5959 is #C2A6A6. Grayscale: #505050. Windows color (decimal): -12756647 or 5855549. OLE color: 5855549.

HSL color Cylindrical-coordinate representation of color #3D5959: hue angle of 180º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5959 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 89 -
CMYK 0.31 0 0 0.65
HSL 180º 0.19% 0.29% -
HSV(B) 180º 0.31% 0.35% -
XYZ 7.3 8.86 10.78 -
YUV 80.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 61 89 89 0.31 0 0 0.65 180 0.19 0.29
Hex 3D 59 59 1F 0 0 41 B4 13 1D
Octal 75 131 131 37 0 0 101 264 23 35
Binary 111101 1011001 1011001 11111 0 0 1000001 10110100 10011 11101

Color Harmonies of #3D5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5959

Black with #3D5959

Text Example


Text Example

White with #3D5959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,89,89); }

 H1.HeaderClassName
 {
   color: #3D5959;
 }
 .AnyTagClassName
 {
   color: #3D5959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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