Html Css Color HEX #3D6261 Oracle

📋 copy color: '#3D6261'

red 61 ◦ green 98 ◦ blue 97

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

Shades of Oracle #3D6261

Tints of Oracle #3D6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 23.83%
G = 38.28%
B = 37.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#3D6261 (or 0x3D6261) is known color: Oracle. HEX triplet: 3D, 62 and 61. RGB value is (61,98,97). Sum of RGB (Red+Green+Blue) = 61+98+97=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6261 is #C29D9E. Grayscale: #565656. Windows color (decimal): -12754335 or 6382141. OLE color: 6382141.

HSL color Cylindrical-coordinate representation of color #3D6261: hue angle of 178.38º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6261 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 98 97 -
CMYK 0.38 0 0.01 0.62
HSL 178.38º 0.23% 0.31% -
HSV(B) 178.38º 0.38% 0.38% -
XYZ 8.45 10.59 12.91 -
YUV 86.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 61 98 97 0.38 0 0.01 0.62 178.38 0.23 0.31
Hex 3D 62 61 26 0 1 3E B2 17 1F
Octal 75 142 141 46 0 1 76 262 27 37
Binary 111101 1100010 1100001 100110 0 1 111110 10110010 10111 11111

Color Harmonies of #3D6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6261

Black with #3D6261

Text Example


Text Example

White with #3D6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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