Html Css Color HEX #3D5D59 Oracle

📋 copy color: '#3D5D59'

red 61 ◦ green 93 ◦ blue 89

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

Shades of Oracle #3D5D59

Tints of Oracle #3D5D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.27%

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

R = 25.1%
G = 38.27%
B = 36.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#3D5D59 (or 0x3D5D59) is known color: Oracle. HEX triplet: 3D, 5D and 59. RGB value is (61,93,89). Sum of RGB (Red+Green+Blue) = 61+93+89=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5D59 is #C2A2A6. Grayscale: #525252. Windows color (decimal): -12755623 or 5856573. OLE color: 5856573.

HSL color Cylindrical-coordinate representation of color #3D5D59: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5D59 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 93 89 -
CMYK 0.34 0 0.04 0.64
HSL 172.5º 0.21% 0.3% -
HSV(B) 172.5º 0.34% 0.36% -
XYZ 7.64 9.54 10.89 -
YUV 82.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 61 93 89 0.34 0 0.04 0.64 172.5 0.21 0.3
Hex 3D 5D 59 22 0 4 40 AC 15 1E
Octal 75 135 131 42 0 4 100 254 25 36
Binary 111101 1011101 1011001 100010 0 100 1000000 10101100 10101 11110

Color Harmonies of #3D5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5D59

Black with #3D5D59

Text Example


Text Example

White with #3D5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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