Html Css Color HEX #3D5B59 Oracle

📋 copy color: '#3D5B59'

red 61 ◦ green 91 ◦ blue 89

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

Shades of Oracle #3D5B59

Tints of Oracle #3D5B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.76%

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

R = 25.31%
G = 37.76%
B = 36.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#3D5B59 (or 0x3D5B59) is known color: Oracle. HEX triplet: 3D, 5B and 59. RGB value is (61,91,89). Sum of RGB (Red+Green+Blue) = 61+91+89=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B59 is #C2A4A6. Grayscale: #515151. Windows color (decimal): -12756135 or 5856061. OLE color: 5856061.

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

Color convert

RGB 61 91 89 -
CMYK 0.33 0 0.02 0.64
HSL 176º 0.2% 0.3% -
HSV(B) 176º 0.33% 0.36% -
XYZ 7.47 9.2 10.83 -
YUV 81.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 61 91 89 0.33 0 0.02 0.64 176 0.2 0.3
Hex 3D 5B 59 21 0 2 40 B0 14 1E
Octal 75 133 131 41 0 2 100 260 24 36
Binary 111101 1011011 1011001 100001 0 10 1000000 10110000 10100 11110

Color Harmonies of #3D5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5B59

Black with #3D5B59

Text Example


Text Example

White with #3D5B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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